LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   configuring help (https://www.linuxquestions.org/questions/slackware-14/configuring-help-47702/)

n00bster 03-01-2003 12:27 AM

configuring help
 
i use a via motherboard integ. sound <driver name : ac97>
and i can't configure it...
it gives a popup in the beginning of the kde about how it can't load...

and also i can't configure my internet...
i have a d-link DI-604 gateway connected to dsl
and i've tried netconfig and
selected dhcp and it still doesn't work.

MasterC 03-01-2003 02:15 AM

Well hello there, and welcome to LQ :)

You will want to look into what soundcard you've actuall got, ac97 is generic audio codec, not the soundcard. As root use:
lspci -v
To look at your soundcard. Look for multimedia controller and post it up if you have questions. Then, either try modprobing for the module for your soundcard (which a search on google.com/linux or www.alsa-project.org might show you) or rebuild your kernel/add alsa for support. Then, you will need to either chmod the /dev/dsp /dev/mixer to allow users to use it, or add your users to a group who will own and have rights to the audio devices (this can also be found from a search on this site, it's a common question on new slack install ;) )

Your internet is a bit different. THe DLINK gateway is fine, however you will need to configure your NIC/Ethernet card first (well probe the module for it anyway). Find out what it is from the lspci -v also. If you have questions on it, post up the results here.

Cool


All times are GMT -5. The time now is 04:41 PM.