Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-07-2006, 10:47 PM
|
#1
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Rep:
|
Alsaconf says there is no soundcard, but there is and it has worked in the past
so . . . there it is in a nutshell. I am at a loss.
How can I make my system search for the soundcard, and then configure it?
I am using Mepis 3.4 (Debian Branch) running fluxbox( I do have both kde and gnome installed if that helps at all. I have tried going into kde and using the control center to get my sound working to no avail. Also, I have almost every package for Alsa installed, leaving out only some of the players.
I have isapnptools installed as well.
When I type /sbin/lspci as root, It tells me there is no such file or directory.
I have been doing my homework, but am now at a loss as to what to do. Any help would be appreciated. Thank you.
|
|
|
06-07-2006, 10:54 PM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
well the lspci command certainly should exist. just try running 'lspci' as root without specifying the full path. you probably do have all software packages isntalled, just the driver is not loaded. 'lspci' will help us know what card you have, unless you can tell us the exact name of it.
|
|
|
06-07-2006, 10:59 PM
|
#3
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Original Poster
Rep:
|
0000:00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 04)
0000:00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 04)0000:00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05)
0000:00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05)
0000:00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 05)
0000:00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 05)0000:00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 05)0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 05)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 RF/SG AGP
0000:02:0b.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
0000:02:0d.0 Communication controller: Conexant HCF 56k Data/Fax/Voice Modem (Worldwide) (rev 08)
That worked,  whats next?
|
|
|
06-07-2006, 11:09 PM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
try
Code:
modprobe snd-intel8x0
then run 'alsamixer' to unmute any controls and turn up the volumes. run 'alsactl store' to save settings. run all these commands as root.
this work?
|
|
|
06-07-2006, 11:13 PM
|
#5
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Original Poster
Rep:
|
root@2[sleekmason]# modprobe snd-intel8x0
FATAL: Module snd_intel8x0 not found.
FATAL: Error running install command for snd_intel8x0
Nope! but I'm guessing that was the easy start off.
|
|
|
06-07-2006, 11:18 PM
|
#6
|
Member
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701
Rep:
|
Did you recently upgrade or install a new kernel? It seems the module has disapeared.
|
|
|
06-07-2006, 11:31 PM
|
#7
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Original Poster
Rep:
|
Not that i'm aware of . . . but I do run through the package manager like a kid in a candy store, uninstalling this for speed, installing that for collness etc . . . i suppose it's possible, Ilooked at the Kernal package, and it shows
Linux Image 2.6.15-1-586tsc 2.6.15-3.ww1
How can i do something about this?
|
|
|
06-07-2006, 11:38 PM
|
#8
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
it looks like suse10 comes with 2.6.13 so you must have updated it.
try using the locate or find commands and look for 'snd-intel8x0.o'
|
|
|
06-07-2006, 11:43 PM
|
#9
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Original Poster
Rep:
|
I'm using this in Mepis 3.4 (see first post) but will try to find that.
|
|
|
06-07-2006, 11:48 PM
|
#10
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Original Poster
Rep:
|
no luck. i tried variations of that as well. Any suggestions?
|
|
|
06-08-2006, 12:01 AM
|
#11
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
|
|
|
06-08-2006, 12:04 AM
|
#12
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
whats the output of 'lsmod'?
|
|
|
06-08-2006, 08:48 PM
|
#13
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Original Poster
Rep:
|
Thank you for all your helop. I'm an idiot. I removed the Alsa module at some time and didn't bother to check. Sorry for the time spent . . .
|
|
|
All times are GMT -5. The time now is 08:42 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|