LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-09-2006, 04:11 PM   #16
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

Quote:
Originally Posted by Nylex
Hopefully cwwilson721 doesn't shout at me! Oops..
HEY I DON'T SHOUT!!!! lol

Really, you're doing a great job. Just wanted to point out what you and I take for granted is not the same as a newbie.

Keep it up.

Now you just need to install the right module....Not as easy as it sounds. Just follow Nylex's advice.
 
Old 04-09-2006, 04:11 PM   #17
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Edit: ignore me, see cwwilson's post below.

Quote:
Originally Posted by cwwilson721
HEY I DON'T SHOUT!!!! lol

Really, you're doing a great job. Just wanted to point out what you and I take for granted is not the same as a newbie.

Keep it up.
Cool. Lol, it's just I seem to have forgotten netconfig probes for a NIC to configure and stuff, so perhaps all the modprobing and stuff wasn't necessary. I seem to take the long way around in doing things!

Last edited by Nylex; 04-09-2006 at 04:14 PM.
 
Old 04-09-2006, 04:12 PM   #18
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
Quote:
Originally Posted by CiscoGeek
alright i ran it
Did you reboot? (easier than restarting services...lol)
 
Old 04-09-2006, 04:17 PM   #19
CiscoGeek
LQ Newbie
 
Registered: Apr 2006
Distribution: Slackware 11, Fedora 6, RHEL 3.0
Posts: 18

Original Poster
Rep: Reputation: 0
still nothing my ifconfig still looks the same
 
Old 04-09-2006, 04:17 PM   #20
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Is that after a reboot as well?
 
Old 04-09-2006, 04:19 PM   #21
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
I just run netconfig on all my new installs....Does everything:modprobe, sets up the network ip addresses, and resolv.conf, hosts, all kinds of stuff....lol

As I said, we somtimes forget the 'easy' way. Slackware can do that to you....
 
Old 04-09-2006, 04:21 PM   #22
CiscoGeek
LQ Newbie
 
Registered: Apr 2006
Distribution: Slackware 11, Fedora 6, RHEL 3.0
Posts: 18

Original Poster
Rep: Reputation: 0
yeppers completely rebooted and then tried
 
Old 04-09-2006, 04:21 PM   #23
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
Quote:
Originally Posted by CiscoGeek
still nothing my ifconfig still looks the same
How about another 'lsmod'...

That squishy sound you hear is my head hitting the desk...
 
Old 04-09-2006, 04:27 PM   #24
CiscoGeek
LQ Newbie
 
Registered: Apr 2006
Distribution: Slackware 11, Fedora 6, RHEL 3.0
Posts: 18

Original Poster
Rep: Reputation: 0
bash-3.00# lsmod
Module Size Used by Not tainted
snd-pcm-oss 36736 0 (unused)
snd-mixer-oss 12376 0 [snd-pcm-oss]
usb-ohci 19368 0 (unused)
usbcore 59148 1 [usb-ohci]
snd-ali5451 11364 0
snd-ac97-codec 58556 0 [snd-ali5451]
snd-pcm 54344 0 [snd-pcm-oss snd-ali5451 snd-ac97-codec]
snd-timer 13764 0 [snd-pcm]
snd 32772 0 [snd-pcm-oss snd-mixer-oss snd-ali5451 snd-ac97-codec snd-pcm snd-timer]
snd-page-alloc 4712 0 [snd-mixer-oss snd-pcm snd-timer snd]
soundcore 3396 3 [snd]
ds 6548 2
yenta_socket 10436 1
pcmcia_core 39172 0 [ds yenta_socket]
ide-scsi 9392 0
agpgart 45508 0 (unused)
bash-3.00#

*should i give try to set up a static ip and manually enter the dns servers
 
Old 04-09-2006, 04:39 PM   #25
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
The natsemi module still isn't loaded, which is odd. Go ahead and run netconfig again and if you're not using DHCP then yeah, use the static IP option.
 
Old 04-09-2006, 04:51 PM   #26
CiscoGeek
LQ Newbie
 
Registered: Apr 2006
Distribution: Slackware 11, Fedora 6, RHEL 3.0
Posts: 18

Original Poster
Rep: Reputation: 0
alright,
here is what i have done. I ran the netconfig again nothing happend, so i tried the static ip and that did not work, which would mean that loading the module is what i should try, so i typed in #modprobe natsemi and here is what i got


root@Tim:~# modprobe natsemi
/lib/modules/2.4.31/kernel/drivers/net/natsemi.o.gz: /lib/modules/2.4.31/kernel/drivers/net/natsemi.o.gz: unresolved symbol crc32_le
/lib/modules/2.4.31/kernel/drivers/net/natsemi.o.gz: /lib/modules/2.4.31/kernel/drivers/net/natsemi.o.gz: unresolved symbol bitreverse
/lib/modules/2.4.31/kernel/drivers/net/natsemi.o.gz: insmod /lib/modules/2.4.31/kernel/drivers/net/natsemi.o.gz failed
/lib/modules/2.4.31/kernel/drivers/net/natsemi.o.gz: insmod natsemi failed
root@Tim:~#
 
Old 04-09-2006, 05:06 PM   #27
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
The problem appears to be that the natsemi module depends on having the crc32 module loaded. To be honest, I'm not sure of the proper way of dealing with this (but someone will know), but as a kind of temporary solution, maybe try

# modprobe crc32
# modprobe natsemi

and see if that helps.
 
Old 04-09-2006, 05:12 PM   #28
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
According to /lib/modules/2.4.31/modules.dep, it sure does need crc32
 
Old 04-09-2006, 05:13 PM   #29
CiscoGeek
LQ Newbie
 
Registered: Apr 2006
Distribution: Slackware 11, Fedora 6, RHEL 3.0
Posts: 18

Original Poster
Rep: Reputation: 0
hehe, ty very much for your help, i was able to get a ip from my dhcp server i can take the rest from here i hope. Should be intresting either way
Thank you both for your time and effort
 
Old 04-09-2006, 05:18 PM   #30
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Yay . Does it still work after rebooting and stuff? Actually, since you've got it working for now you may not want to reboot! I'm going to go to sleep (it's 23:20 here), but shall return to this thread tomorrow morning to see if you've had more problems.
 
  


Reply

Tags
netconfig, slackware



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
Internet Connection Setup adds2one Slackware - Installation 3 08-28-2005 12:45 PM
need help on internet connection setup dzan Linux - Networking 2 10-18-2004 04:44 AM
what commands do I use to start and stop my internet connection? babyboss Slackware 2 10-17-2004 01:35 PM
internet connection setup robby737 Linux - Newbie 2 06-26-2004 05:37 PM
Internet Connection Setup lilcap Linux - Networking 1 07-20-2003 06:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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