LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-17-2005, 11:50 AM   #1
vbguru12000
Member
 
Registered: Jan 2005
Location: Indiana, USA
Distribution: Debian
Posts: 48

Rep: Reputation: 15
Can't get sound/printer working


Once again, I'm pretty new to Debian, and Linux alike so bare with me. I just installed Debian yesterday and am having a few problems.

1) My sound doesn't work. Besides checking the obvious like making sure the speakers are plugged in and turned on, I don't really know what to do.

2) I can't add my printer (Lexmark X75). When I go through all the steps, I get near the end and it asks for a login and password, no matter what I type, it says invalid. I've tried both my login, and root. I'm pretty confused as what to do next on this one too.

Any help would be greatly appreciated.
 
Old 01-17-2005, 12:16 PM   #2
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
ok ill work on your sound (because my printer is screwed up... somehow cupsys keeps on loading in parport0 mode and that's not cool). First of all i'd get alsa, do apt-get install alsa-base . Then once installed run alsaconf as root in the console, it'll ask which module you want for you graphic card, you choose it and then if it gives no errors it'll say you're ready to have sound. So then you run alsamixer and raise the volumne to the level you want. If all goes well you'll have sound and it'll work perfectly. If you are using an nforce2 chipset like me, after doing that download the official driver package from nvidia.com and run it with sh <package name> and it'll be all set.

Printer, i'd go with cupsys, download cupsys and the gimpprint drivers. Just run aptitude or synaptic and search for cupsys and gimpprint and get that. Then once it's installed and the cupsys daemon is working type: http://localhost:631/ in your browser using root password and username root. From there on just follow the big buttons to do whatever you want. And then technically after adding a printer you should be able to test it and it will print (worked for me, but when i update it got fucked up and haven't fixed it yet.

Well these are the basics, i hope they help somewhat, good luck.


EDIT: oh btw it seems like you are using the kprint dialog to install the printer, that is bad news, use the advice i gave you above. Good luck.
 
Old 01-17-2005, 12:35 PM   #3
vbguru12000
Member
 
Registered: Jan 2005
Location: Indiana, USA
Distribution: Debian
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by bobbens
ok ill work on your sound (because my printer is screwed up... somehow cupsys keeps on loading in parport0 mode and that's not cool). First of all i'd get alsa, do apt-get install alsa-base . Then once installed run alsaconf as root in the console, it'll ask which module you want for you graphic card, you choose it and then if it gives no errors it'll say you're ready to have sound. So then you run alsamixer and raise the volumne to the level you want. If all goes well you'll have sound and it'll work perfectly. If you are using an nforce2 chipset like me, after doing that download the official driver package from nvidia.com and run it with sh <package name> and it'll be all set.

Printer, i'd go with cupsys, download cupsys and the gimpprint drivers. Just run aptitude or synaptic and search for cupsys and gimpprint and get that. Then once it's installed and the cupsys daemon is working type: http://localhost:631/ in your browser using root password and username root. From there on just follow the big buttons to do whatever you want. And then technically after adding a printer you should be able to test it and it will print (worked for me, but when i update it got fucked up and haven't fixed it yet.

Well these are the basics, i hope they help somewhat, good luck.


EDIT: oh btw it seems like you are using the kprint dialog to install the printer, that is bad news, use the advice i gave you above. Good luck.
When I run alsaconf, it says it can't find a supported PnP or PCI card. It asks, "Would you like to probe legacy ISA sound cards/chips?" which I answer yes to. It then outputs:
Code:
modinfo: snd-opl3sa2: no module by that name found
modinfo: snd-cs4236: no module by that name found
modinfo: snd-cs4232: no module by that name found
modinfo: snd-cs4231: no module by that name found
modinfo: snd-es18xx: no module by that name found
modinfo: snd-es1688: no module by that name found
modinfo: snd-sb16: no module by that name found
modinfo: snd-sb8: no module by that name found
Then it exits back to the console. Any ideas now?

btw, I have onboard sound.
 
Old 01-17-2005, 12:57 PM   #4
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
then this calls for drastic measures, try installing discover (not discover1). It'll remove discover1 if you have it. Then try running alsconf after rebooting. Discover detects hardware and sometimes is able to load modules for it. Or if you want to do it the hardware, knowing your chipset you can go modconf and then search for drivers/sound or something like that and load the module for your chipset, though discover should do this for you. Good luck.
 
Old 01-17-2005, 01:03 PM   #5
vbguru12000
Member
 
Registered: Jan 2005
Location: Indiana, USA
Distribution: Debian
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by bobbens
then this calls for drastic measures, try installing discover (not discover1). It'll remove discover1 if you have it. Then try running alsconf after rebooting. Discover detects hardware and sometimes is able to load modules for it. Or if you want to do it the hardware, knowing your chipset you can go modconf and then search for drivers/sound or something like that and load the module for your chipset, though discover should do this for you. Good luck.
I'm extremely leary(sp?) of installing discover. I had done that yesterday and it locked up my system. After waiting about 30 min, I rebooted and Debian wouldn't boot up anymore. Actually, being stupid me, after reinstalling Debian, I tried to install discover again, with the same result. So yesterday, I had to reinstall Debian 3 times, I'd prefer not to do it again today. lol.
 
Old 01-17-2005, 01:34 PM   #6
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
which discover? discover1 or discover. If you got screwed up with discover, then try discover1, otherwise you will have to manually edit it in. Go apt-get install modconf and select the correct module.
 
Old 01-17-2005, 02:20 PM   #7
vbguru12000
Member
 
Registered: Jan 2005
Location: Indiana, USA
Distribution: Debian
Posts: 48

Original Poster
Rep: Reputation: 15
How do I know what the correct module is?
 
Old 01-17-2005, 02:41 PM   #8
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
you gotta know the chipset is uses. The best way to know that is online, like for example i got a computer that sports a SiS 910 or something like that onboard sound chipset. Try doing a google search for your motherboard or check out the hcl here for your motherboard to see what drivers you should get. I used discover the first time, got it to load modules, then i uninstalled it, once everything was loaded, so it doesn't harass me anymore. If you cant run normal discover try discover1, it's completely different. Discover doesn't work on my computer, while discover1 does.
 
Old 01-17-2005, 03:57 PM   #9
vbguru12000
Member
 
Registered: Jan 2005
Location: Indiana, USA
Distribution: Debian
Posts: 48

Original Poster
Rep: Reputation: 15
After doing some research, I think I know what's wrong, but I don't know how to fix it. Apparently, my particular chipset has a conflict with the two modules: via82cxxx and sound. lsmod shows this two modules in use. modconf however shows them as uninstalled ('-' next to them). Do you know how to stop them from loading?
 
Old 01-17-2005, 05:31 PM   #10
vbguru12000
Member
 
Registered: Jan 2005
Location: Indiana, USA
Distribution: Debian
Posts: 48

Original Poster
Rep: Reputation: 15
Nm, I figured it out!!! I just upgraded my kernel to 2.6.8 and reran alsaconf. It found my sound device and installed the appropriate modules. So now I have working sound!!! Thank you so much Bobbens for your time, I couldn't have done it without you.
 
Old 01-18-2005, 01:28 AM   #11
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
No problem, i'm glad to have been of help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel sound not working, usb modem not working. siriusb Linux - Hardware 8 03-04-2006 10:16 PM
Need help with getting printer working. M$ISBS Linux - Hardware 5 12-05-2005 10:19 AM
Why Is My Printer Working? Slack1_more Slackware 3 07-22-2005 10:03 AM
Trying to get my Printer working and need help BajaNick Linux - Hardware 4 11-30-2004 11:08 PM
Getting Printer Working shilo Slackware 2 09-04-2004 08:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration