LinuxQuestions.org
Review your favorite Linux distribution.
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 03-14-2006, 08:07 PM   #1
Twister512
Member
 
Registered: Nov 2005
Location: Mansfield, PA
Distribution: Slackware
Posts: 97

Rep: Reputation: 15
2.6.15 - no more NIC, sound, or video


ok, Upgraded to 2.6.15, lost my NIC, sound and cannot run X. I try to run the nvidia drivers and it says no precompiled kernel interface, so it downloaded from the website, or ftp site when I had 2.4 kernel. Can't do anything after 2.6.15, anyone else have these issues? and yes, I checked the kernel to see if the drivers were marked for the sound card and NIC.

Thanks, Paul
 
Old 03-14-2006, 08:09 PM   #2
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Run 'xorgsetup'

Then run the Nxidia installer again, and say 'no' to the download part (It will make it's own driver)

Run 'alsaconf' again

Run 'netconfig'
 
Old 03-14-2006, 08:31 PM   #3
Twister512
Member
 
Registered: Nov 2005
Location: Mansfield, PA
Distribution: Slackware
Posts: 97

Original Poster
Rep: Reputation: 15
ran xorgsetup - ran fine.
NVIDIA driver went fine until the end, said couldn't load nvidia.ko module?
still no X
alsaconf - no cards found
netconfig ran fine, still no net.

I run ifconfig and all thats there is device lo
tried 'ifconfig eth0 up' and I get "No device eth0"

I am lost.
 
Old 03-14-2006, 08:50 PM   #4
p0f
Member
 
Registered: Feb 2006
Distribution: slackware-current
Posts: 36

Rep: Reputation: 15
Quote:
Originally Posted by Twister512
ran xorgsetup - ran fine.
NVIDIA driver went fine until the end, said couldn't load nvidia.ko module?
still no X
alsaconf - no cards found
netconfig ran fine, still no net.

I run ifconfig and all thats there is device lo
tried 'ifconfig eth0 up' and I get "No device eth0"

I am lost.

Hi

I had a similar problem when I updated slackware-current today.

netconfig doesnt seem to save the configuration, so I manually edited /etc/rc.d/inet1.conf


for static IP


# Config information for eth0:
IPADDR[0]="xx.xxx.xxx.xx"
NETMASK[0]="255.255.255.248"
USE_DHCP[0]=""
DHCP_HOSTNAME[0]=""


dont forget to add..


# Default gateway IP address:
GATEWAY="xx.xxx.xxx.xx"



for dhcp


IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="YES"
DHCP_HOSTNAME[0]=""


As for your soundcard, make sure you've downloaded the alsa modules relevant to the kernel version you are using.


I really dont have a clue about your Nvidia problem, sorry


Hope this helps.

Regards
 
Old 03-14-2006, 09:37 PM   #5
rje_NC
Member
 
Registered: Nov 2002
Location: Greensboro, NC
Posts: 182

Rep: Reputation: 30
I am running 2.6.15.5 with Dropline Gnome and everything is working great. I recompiled the kernel and made sure I had the correct modules support for alsa, my laptop chipset, video, and the network adapter.

Run "/sbin/lspci" to see what cards the system sees. This allows you to configure the kernel with the correct support.

With proper modules compiled in, the new kernel should work very well with Slackware.

Good luck...

Bob
 
Old 03-15-2006, 09:39 AM   #6
Twister512
Member
 
Registered: Nov 2005
Location: Mansfield, PA
Distribution: Slackware
Posts: 97

Original Poster
Rep: Reputation: 15
/sbin/lspci doesn't really do anything. I went back into the kernel and pretty much selected every NIC that I could possibly have, and still no ETH0. I am totally lost as to what to do. Still can't get X to work after the kernel upgrade.
 
Old 03-15-2006, 03:14 PM   #7
Twister512
Member
 
Registered: Nov 2005
Location: Mansfield, PA
Distribution: Slackware
Posts: 97

Original Poster
Rep: Reputation: 15
I think I should probably go back to 2.4.31 and run it that way until I figure out whats wrong, or someone has a suggestion
 
Old 03-15-2006, 03:38 PM   #8
p0f
Member
 
Registered: Feb 2006
Distribution: slackware-current
Posts: 36

Rep: Reputation: 15
Quote:
Originally Posted by Twister512
I think I should probably go back to 2.4.31 and run it that way until I figure out whats wrong, or someone has a suggestion
Hi

Whats the output of "lspci"?
whats the output of "lsmod"?


Regards
 
Old 03-15-2006, 05:51 PM   #9
Twister512
Member
 
Registered: Nov 2005
Location: Mansfield, PA
Distribution: Slackware
Posts: 97

Original Poster
Rep: Reputation: 15
lspci - no output
lsmod - no output
 
Old 03-15-2006, 06:01 PM   #10
p0f
Member
 
Registered: Feb 2006
Distribution: slackware-current
Posts: 36

Rep: Reputation: 15
Quote:
Originally Posted by Twister512
lspci - no output
lsmod - no output
Weird!

Could you post the output of your syslog etc

Regards
 
Old 03-15-2006, 06:24 PM   #11
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
what packages did you use to upgrade to 2.6.15?
if you are using Pat's package, make sure you have the same GCC version being used to compile the kernel in order to install the NVidia driver (in this case, if you are using 2.6.15.6, it would be 3.4.6 or if you are using 2.6.15.3, it would be 3.4.5)

NVidia driver must be reinstalled if you upgrade your kernel, since it will be build by using the current kernel version that you are running
 
Old 03-15-2006, 06:29 PM   #12
chrisortiz
Member
 
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429

Rep: Reputation: 30
your problem seems to be you either compiled the drivers as modules or did not compile them at all.

type "lsmod" to see which modules are loaded.

cd /lib/modules/&yourkernelverion/kernel/drivers/video will have the video modules you compiled.

if the module is there run "modprobe &modulename" as root.
eg modprobe nvidia

if this fixes your problem navigate around the dirvers directory and load all the modules you need.

Last edited by chrisortiz; 03-15-2006 at 06:31 PM.
 
  


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
NIC + Sound + Overall Problems Wheat_Thins Linux - Hardware 11 02-04-2006 01:40 PM
Sound Problems: CD works, no system/mp3/video sound tabnaka SUSE / openSUSE 5 01-13-2006 12:33 PM
Video without sound; sound without video - in Debian, KDE with SB Live headisdead Linux - Hardware 0 06-20-2004 07:43 AM
strange video/nic problems Mugatu Linux - Hardware 2 02-26-2004 10:04 AM
Sparkle video card and onboard intel nic with gentoo mavnixkid Linux - Hardware 1 11-18-2003 08:25 PM

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

All times are GMT -5. The time now is 06:50 PM.

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