Operating Systems > Linux and UNIX
Installing shit on Ubuntu, part 1,771,561
Annorax:
Why is it that when I install UT2k4 (example, other shit does this too) on my Ubuntu box and the installer wants the next install CD, the fucking stupid thing refuses to umount and eject the first one? The only recommendation I've found so far, opening a second root terminal and doing a "sudo umount /media/cdrom0 -l" doesn't completely work... the CD will physically eject, but remains mounted. How the fuck do I get it to umount properly and allow me to mount the next CD?
Refalm:
I have the DVD, so I never had this problem :rolleyes:
Try
--- Code: ---su -
umount /media/cdrom0 -l
--- End code ---
Try without lazy unmount if that doesn't work. I also had to SSH to a Fedora machine look this up, as I'm at my Windows NT box at work.
Annorax:
Thanks, I got the install to work. Now if I could figure out why it has no fucking sound....
Pathos:
What happens if you sudo mount?
surely that will mount it?
Refalm:
--- Quote from: Annorax ---Thanks, I got the install to work. Now if I could figure out why it has no fucking sound....
--- End quote ---
Try to install the OpenAL package.
I believe it's
--- Code: ---apt-get install libopenal0
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version