carfree wrote:Since you mention it ( Are you sure your soundcard is even working? ) I actually don't know. I use a USB device, (
http://tinyurl.com/ymt7kl ) which my headset plugs into and is supposed to obviate the need for a soundcard.
That might be the problem. Do you get any music or sound effects, e.g. when you login? I am not sure that this thing is working under Linux. There are lots of such adapters out there for which the manufacturing companies do not release the specifications (so that people working to improve Linux could write any drivers), and so many adapters might not work under Linux. My experience so far is that if the system requirements say that old
Mac OS 9 or
MS-DOS are supported then the hardware in question
might work in Linux; but that's no guarantee though. Your best bet would be to check some online compatibility lists, e.g. here:
http://www.linux-drivers.org/Given that nowadays PCI-based and SoundBlaster-compatible cards are very cheap you might have better success with one of those. Most of those old-fashioned soundcards are very well documented and there are only very few which won't work in Linux.
BTW, shouldn't your computer have an
on-board soundcard of some sorts? Most modern computers have that. Maybe that one is working OK and you don't even need to buy a new one at all? Can you please check your system settings again if there is a soundcard listed in your system?
carfree wrote:It works perfectly on 3 other computers but I don't know how to test it for sound on this machine, other than making a phone call.
Did you ever try to play music? Also there should be sound effects when you login and logout from your graphical environment. Did you hear any sound effects?
carfree wrote:Unfortunately I don't know how to open /etc/apt/sources.list
Please open a terminal ... I think there are other non-terminal ways to do this but I don't know them
OK, in there type this command ... and when it asks you, please type your password (for security reasons your input won't be echoed back, you have to quasi type blindly):
- Code: Select all
gksudo gedit /etc/apt/sources.list
GNOME's editor should open with the sources.list loaded. So now you can just copy and paste this stuff into the list:
- Code: Select all
# MEDIBUNTU repository, replacing PLF which has shut down
# http://medibuntu.sos-sts.com/
deb http://medibuntu.sos-sts.com/repo/ edgy free non-free
deb-src http://medibuntu.sos-sts.com/repo/ edgy free non-free
Save and close the file. You should be back in the terminal. Now you should install the GPG keys by following the instructions given in Medibuntu's "Repository Howto". Again, just copy and paste: Mark the relevant command with your
left mouse button ... leave it marked, click onto the terminal window, and just click into it with the
middle mouse button (alternatively:
left + right mouse button at the same time). If you did it right then the text you just marked in your browser should now be 1:1 in the terminal window. From there on you just need to hit the "Enter" key to execute the command.
Don't forget to execute
sudo apt-get update as mentioned on their page.
From here onwards you can close the terminal again (type "exit" into it or just close it with your mouse), and via "Add/Remove Software" you should now have plenty of new stuff available in the multimedia section. I suggest these packages (maybe you'll have to search for them):
mplayer
mozilla-mplayer
w32codecs
Once these are installed most sites with video content should work, and playing QuickTime or WindowsMedia videos shouldn't be an issue any more.
Regards,
Scorp123