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 05-11-2004, 09:01 PM   #1
dsedov
LQ Newbie
 
Registered: May 2004
Posts: 8

Rep: Reputation: 0
2.6.6 and Slack troubles


After 2 days of sweating - finally got 2.6.6 running on the fresh install of Slack9.1. Found the problem finally.

Now after I rebooted into 2.6.6 it doenst detect my ethernet card.( I have on board Intel 82545em something) Plus it gives me errors like this:
snd_pcm_oss not found and the same thing for snd_mixer_oss.

when I was configuring my kernel I chacked almost everyhitng related to network and sound. BTW, didnt found where the ALSA drivers are. Only found USB ALSA something (well added it anyway) I compiled everything into the kernel, tried it thousand times with different configuration - but still networking and sound do not work =(
 
Old 05-11-2004, 09:21 PM   #2
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
did you compile in the oss sound mixer and emulation? i know hardly anything about alsa, but i needed those to get sound with alsa on my system. here's what i have selected:
Code:
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
what kind of sound chip do you have?
 
Old 05-12-2004, 01:20 AM   #3
dsedov
LQ Newbie
 
Registered: May 2004
Posts: 8

Original Poster
Rep: Reputation: 0
okey sound seams to be working now.... I just wish that my ethernet card would and it would be the best Linux distro I had so far.
 
Old 05-12-2004, 11:16 AM   #4
franzfranz
Member
 
Registered: Mar 2004
Location: Indiana, US
Distribution: gentoo
Posts: 87

Rep: Reputation: 15
i too am having issues with getting my ethernet card working with 2.6.6, guess i'll give it another shot....
 
Old 05-12-2004, 11:51 AM   #5
ProtoformX
Member
 
Registered: Feb 2004
Location: Canada
Distribution: LFS SVN
Posts: 334

Rep: Reputation: 34
dsedov, exactly what type is your nic card? does it have another name?
are you compiling it as a module and forgetting to load it up at boot time?
is your network configureation work before you upgraded the kernel?
 
Old 05-12-2004, 01:11 PM   #6
dsedov
LQ Newbie
 
Registered: May 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by ProtoformX
dsedov, exactly what type is your nic card? does it have another name?
are you compiling it as a module and forgetting to load it up at boot time?
is your network configureation work before you upgraded the kernel?
Well its a built in Intel Ethernet card and in kerlnel 2.4.22 it was deteckted as Intel 10/100Pro and it worked. I just recompiled 2.4.22 (the only kernel that worked for me .... still no sound though) with SMP, basically what I needed most, and ethernet card worked as well. Is there a log for all the boot messsages - I could post it, so you guys could see whats wrong.. Well at least my recompile of 2.4.22 works so far (no sound though)
 
Old 05-12-2004, 01:51 PM   #7
dsedov
LQ Newbie
 
Registered: May 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Well I think in kernels downloaded from kernel.org, only 2.4.26 had that intel 10/100 Pro. I think that 2.6.6 doesnt have that module, I might be wrong though, but kernel 2.6.6 has less options in make menuconfig
 
Old 05-12-2004, 02:00 PM   #8
franzfranz
Member
 
Registered: Mar 2004
Location: Indiana, US
Distribution: gentoo
Posts: 87

Rep: Reputation: 15
dsedov, have you run alsaconfig or alsamixer with 2.4.22? Also, have you gone into /etc/rc.d/rc.modules and uncommented your soundcard? out of curiosity, what kind of soundcard do you have?
 
Old 05-12-2004, 02:04 PM   #9
failure_man
Member
 
Registered: Mar 2004
Location: Chicago
Distribution: Slackware
Posts: 60

Rep: Reputation: 16
Boot it into 2.4.22 and print the lsmod output. The module names shouldn't have changed. Take it back to 2.6.6 and try to load those modules.
 
Old 05-12-2004, 02:26 PM   #10
usercsr
Member
 
Registered: Sep 2003
Location: Little Rock, Arkansas
Distribution: Slackware-Current
Posts: 129

Rep: Reputation: 15
hi,
You need to include the following module and compile the kernel again :

Networking support
--Networking support
----Network Device support
------Ethernet(10 or 100Mbit)
--------EISA,VLB,PCI and onboard controllers
----------EtherExpressPro/100 support (eepro100)

I got mine working with this.
 
Old 05-12-2004, 03:38 PM   #11
ProtoformX
Member
 
Registered: Feb 2004
Location: Canada
Distribution: LFS SVN
Posts: 334

Rep: Reputation: 34
There are 2 .. make sure you read both help entreys and choose the intel one the other is not for that card I have the same card btw and I am running kernel 2.6.6
 
Old 05-12-2004, 11:52 PM   #12
dsedov
LQ Newbie
 
Registered: May 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Okey the soundcard is 82801DB AC'97 Audio (couldnt find it in rc.modules
 
Old 05-13-2004, 01:44 AM   #13
rookie71
LQ Newbie
 
Registered: Apr 2004
Posts: 7

Rep: Reputation: 0
to find out what kind of ethernet/sound chip you got have a look at the output of lspci

greetings
rookie
 
Old 05-13-2004, 04:39 PM   #14
ProtoformX
Member
 
Registered: Feb 2004
Location: Canada
Distribution: LFS SVN
Posts: 334

Rep: Reputation: 34
it is an intel 8x0 driver and you need to have the kernel either build these as modules or recompule the actul drivers and put there refences inside modprobe.conf (slackware doesn't use modules.conf) if that doesnt work then use rc.local to load the modules and restore the sound state
 
  


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
Floppy disk troubles in Slack 10 FattySlack Linux - Hardware 10 02-09-2005 09:04 PM
Getting slack up and running - a few troubles. theMonkeY Slackware 6 09-04-2004 01:09 PM
Slack 10 acpi laptop troubles in kernel 2.6.7 AhYup Slackware 1 07-24-2004 07:54 PM
slack-current gnome 2.6 troubles matt3333 Slackware 16 06-05-2004 05:06 AM
ALSA troubles slack 9.1 emu10k1 Aman9090 Slackware 27 01-01-2004 10:53 PM

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

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