LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-24-2004, 05:26 PM   #1
jcombs_31
Member
 
Registered: Dec 2004
Distribution: Slackware
Posts: 104

Rep: Reputation: 15
slackware 10 devices


I'm pretty new to linux in general, but I recently tried out slackware 9.1 and was able to get everything working fine. My hardware was detected and everthing installed fine.

I now just tried a install of 10, and have run into problems. The first problem was the cd did not boot, but I used my old slack disk and was able to boot and then ran setup from the slackware 10 disk. Installation went fine. But now, my system doesn't recognize my soundcard or network card, both are onboard. The mother board is an ECS K7nS5a. Wierd that everything was perfect on an older version of slack, but now I'm having trouble on 10.

Any help would be appreciated to get this worked out.
 
Old 12-24-2004, 08:41 PM   #2
DaHammer
Member
 
Registered: Oct 2003
Location: Planet Earth
Distribution: Slackware, LFS
Posts: 561

Rep: Reputation: 30
Most likely a difference in the kernels. The newer kernel is probably lacking support for the sound card and eth, else the support is modular and the modules for them aren't loaded. You should be able to identify what you have with "lspci". Once you know what they are, then check the kernel config to see if it has support for them.
 
Old 12-25-2004, 08:15 AM   #3
jcombs_31
Member
 
Registered: Dec 2004
Distribution: Slackware
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by DaHammer
Most likely a difference in the kernels. The newer kernel is probably lacking support for the sound card and eth, else the support is modular and the modules for them aren't loaded. You should be able to identify what you have with "lspci". Once you know what they are, then check the kernel config to see if it has support for them.
I can see my devices with lspci. I'm a linux newb, so how do I go about checking the kernel config? And does this mean I must find a new kernel, is it hard for me to install a new kernel. Any specifics you can give would be great.

Thanks.
 
Old 12-25-2004, 09:00 AM   #4
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
If your sound card in lspci then Slackware found them but they are not configured. However,
Question: how do you know that sound card in not configured?
Question 2: during install you were prompted to install network, did you do it then?
 
Old 12-25-2004, 09:46 AM   #5
jcombs_31
Member
 
Registered: Dec 2004
Distribution: Slackware
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by SlackerLX
If your sound card in lspci then Slackware found them but they are not configured. However,
Question: how do you know that sound card in not configured?
Question 2: during install you were prompted to install network, did you do it then?
Yes, I installed network. But if I type ifconfig eth0 I get "error fetching interface information: Device not found",

And when I run alsaconf I get "No supported PnP or PCI card found"
 
Old 12-25-2004, 09:52 AM   #6
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
what's error on alsamixer as root?
 
Old 12-25-2004, 10:00 AM   #7
jcombs_31
Member
 
Registered: Dec 2004
Distribution: Slackware
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by SlackerLX
what's error on alsamixer as root?
function snd_ctrl_open failed for default: no such device.
 
Old 12-25-2004, 10:08 AM   #8
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
chmod 666 /dev/dsp*
chmod 666 /dev/mixer*

If this doesn't help then we both know the answer, right?
1.remove all alsa
2. Install all alsa
And yes, one more thing. Alsa requires reboot after install, so do not forget
 
Old 12-25-2004, 10:13 AM   #9
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
P.S
I've just had a premonition!
There is a possibility that your sound card is not supported by kernel.....
 
Old 12-25-2004, 10:39 AM   #10
tank728
Member
 
Registered: Sep 2003
Posts: 142

Rep: Reputation: 17
I always had a problem with alsa, so I would
just go to http://www.alsa-project.org
and grab the source, and compile. Perhaps you could
post the output of `lspci` so we can see what
module your nic requires. Good Luck.

-tank
 
Old 12-25-2004, 10:50 AM   #11
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Re: slackware 10 devices

I would agree with you, naturally, IF it weren't for this little thingy:

Quote:
Originally posted by jcombs_31
I'm pretty new to linux in general, but I recently tried out slackware 9.1 and was able to get everything working fine.
 
Old 12-25-2004, 10:57 AM   #12
jcombs_31
Member
 
Registered: Dec 2004
Distribution: Slackware
Posts: 104

Original Poster
Rep: Reputation: 15
The problem is that my hardware doesn't seem to be supported. But wouldn't a newer kernel have the same support as an older kernel? It's hard for me to cut and paste since I'm on another machine and my network card isn't working.

But, it's all SIS. It shows everything, my ethernet, multimedia, etc... But, none of it seems to be detected other than here. Everything just seemed to work with 9.1
 
Old 12-25-2004, 11:03 AM   #13
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Not necessarily. For example:
year ago I used Suse 9.1 with all my hardware supported.
After downloading and trying to install Suse 9.2 I discovered that "Silicon Image" SATA Controller which comes with most nowadays mobos is not supported anymore.
You just do not know where to expect a surprize
 
Old 12-25-2004, 11:13 AM   #14
jcombs_31
Member
 
Registered: Dec 2004
Distribution: Slackware
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by SlackerLX
Not necessarily. For example:
year ago I used Suse 9.1 with all my hardware supported.
After downloading and trying to install Suse 9.2 I discovered that "Silicon Image" SATA Controller which comes with most nowadays mobos is not supported anymore.
You just do not know where to expect a surprize
So where do I go from here?
 
Old 12-25-2004, 11:20 AM   #15
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
If you want to stick with SLackware then, please, understand that 9.1 is NOT outdated release. Think, that difference is alltogether of several months. It's not Windoze that releases OS every 2 years. If you liked 9.1 and everything worked with it, then stick with it. Installing new softs does not really disturb it.

BTW, I noticed that some of Moderators of this forum (MasterC uses 8.1) uses even earlier version
Good luck

Last edited by SlackerLX; 12-25-2004 at 11:25 AM.
 
  


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
USB devices on Slackware, kernel 2.6.12.5 jaakkop Linux - Hardware 8 10-08-2005 11:28 PM
no ethX devices after Slackware 9.1 install heturner Slackware 7 04-12-2005 10:08 AM
Manually Created Devices Disappear - Slackware 10 Kernel 2.6.9 rovitotv Slackware 1 01-01-2005 04:53 PM
slackware freezes at boot with USB devices dublinclontarf Slackware 3 07-11-2004 10:53 AM
Devices problems on Slackware 10 hydorn Slackware 2 07-05-2004 09:36 AM

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

All times are GMT -5. The time now is 08:53 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