LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Mobo (https://www.linuxquestions.org/questions/linux-hardware-18/mobo-354018/)

Wolvenmoon 08-16-2005 08:14 PM

Mobo
 
Okay, I'm using a gigabyte K8NSN-XP-S754 and neither my sound nor ethernet is working correctly. They do not have linux drivers listed.

Does anyone know of a good linux drivers database that I can go to?

michaelk 08-16-2005 09:23 PM

The motherboard specifications indicate this is a Marvell ethernet adapter which uses the sk98lin module. Try:
modprobe sk98lin

satinet 08-17-2005 04:47 AM

try 'alsaconf' to configure your sound card..

basically you can get this to work. there aren't drivers in the windoze sense. Your kernel might have to be changed to include support for your sound /mobo.........

Wolvenmoon 08-17-2005 06:56 AM

Bit of terminal output:
kitsunedebian:~# modprobe sk98lin
kitsunedebian:~# alsaconf
bash: alsaconf: command not found
kitsunedebian:~# modprobe alsaconf
FATAL: Module alsaconf not found.
kitsunedebian:~#

Should I be doing this out of KDE?

satinet 08-17-2005 07:05 AM

well you should be running it as root in a 'konsole' if you want. don't know why alsaconf wasn't found unless you didn't run it as root.

as root what is lspic?????????

FYI - alsaconf is a programme that detects and configures sound card modules for linux..........

lspci is list pci devices attached to MOBO.

Ephracis 08-17-2005 07:06 AM

No, you should just install alsa and that will give you alsaconf.

Check out alsa-project.org.

satinet 08-17-2005 07:07 AM

make sure you have alsa installed :-)

alsa = advanced linux sound architecture.........

Nylex 08-17-2005 07:08 AM

The modprobe line didn't output anything, which usually means the module was loaded and everything is ok. alsaconf isn't a kernel module and as such, you don't use it with modprobe. You need to install the alsa-utils package to be able to use alsaconf.

HTH.


All times are GMT -5. The time now is 11:35 PM.