LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-27-2005, 09:41 PM   #1
dhav211
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Rep: Reputation: 0
Internet not working in Slackware 10


Alright for Chirstmas I got a new computer, of course it has had WinXP on it ever since. Now I had an older computer in my room with slackware on it for a few days and everything worked fine on it (including my internet). Now I got this new computer and put it in the same place using the same ethernet cords going to my router and ADSL modem but the internet on my new computer is not working.

Acording to WinXP my modem inside my computer is a SoftV92 Data Fax Modem with SmartCP, I'm not sure what the modem inside my computer was on my old computer though. I might want to add this, the modem is on the 3rd PCI slot.

I did the install exactly the same as the older computer I was using but the internet is just not wanting to work.

I hope I explained this all right and also wrote it so you guys (and gals) can figure this out.

Thanks in advance.
 
Old 01-27-2005, 09:51 PM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Your question is a bit confusing. Are you trying to access the internet through dialup or through a broadband connection because at one point you talk about ethernet cords and adsl and then talk about a SoftV92 Data Fax Modem.
 
Old 01-27-2005, 10:02 PM   #3
dhav211
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Original Poster
Rep: Reputation: 0
I am using ADSL but when I run dxdiag in XP it says my modem is SoftV92 Data Fax Modem, I thought that might be a problem.
 
Old 01-27-2005, 10:09 PM   #4
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
When yoiu hook it up to the modem power cycle it. (unplug it for 20 secs)
 
Old 01-27-2005, 10:27 PM   #5
dhav211
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by tormented_one
When yoiu hook it up to the modem power cycle it. (unplug it for 20 secs)
Just tried that and it didn't work.
 
Old 01-27-2005, 11:09 PM   #6
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
how about posting output of ifconfig please.

also since I don't have all the info needed maybe try:
dhcpcd eth0
 
Old 01-28-2005, 05:52 PM   #7
dhav211
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by tormented_one
how about posting output of ifconfig please.

also since I don't have all the info needed maybe try:
dhcpcd eth0
If you haven't found out yet I'm kind of a Linux newb so what is dhcpcd eth0? I tried to type that into the terminal but nothing happened. I typed in ifconfig into a terminal and it said a bunch of stuff about packets.

How can I access my Linux partition in windows? So I can get what that ifconfig said.
 
Old 01-28-2005, 07:40 PM   #8
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
I take it you don't have a router.
Okay Since this is a different machine your plugging in, is the mac registered at your isp? Since it's two different computers the nic cards will have different mac addresses. Have you accessed the Internet with this computer from windows? If not then its not you will probably have to register the mac with the ISP to get an IP.
If not registered you may try: sas.(IPS name).com, I know it works for most ISP's.
 
Old 01-28-2005, 07:45 PM   #9
dhav211
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Alright, I do have a router and I am using Windows to get on the internet on this computer, so I'm guessing my ISP has registered my mac address.

EDIT: When I put in the Slackware Install Disc 1, I type in network and probe for some network cards but it finds nothing. Do I need to download some type of driver or something?

My router is a Netgear MR814v2 and my ADSL modem is a ZyXel Prestige 623-41. This is going to make me sound really dumb, is there a like some type of modem inside my computer (not a 56k modem but on that you can have DSL/ADSL/Cable/Whatever) that I might need some drivers for? This might be worth menitioning, I have no places to plug in a standard phone cord only a ethernet cord.

Last edited by dhav211; 01-28-2005 at 08:11 PM.
 
Old 01-28-2005, 08:28 PM   #10
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
does it work from windows on the same computer? after you did dhcpcd eth0 it didn't do anything, meaning no errors went back to a prompt? If no errors then I'm guessing you tried surfing the net after running that command. lspci and see if your nic card is listed.
 
Old 01-28-2005, 08:34 PM   #11
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Oh wow, what a mess.

1. What is your ADSL Modem brand and model?

2. Build in router to the ADSL Modem? If no, what is the router you are using?

3. In Windoze XP(you should dump it), kick up your command line (dos emu.) and issue the command
Code:
ipconfig /all
and post the results here.

4. In Slackware 10 console (command line),
Code:
ifconfig >> /home/mynetwork_config.txt
insert a floppy disk (I hope your comp still have floppy drive) and issue the following commands
Code:
mount -t vfat /dev/fd0 /mnt/floppy
cp /home/mynetwork_config.txt /mnt/floppy
umount /dev/fd0
5. Reboot into your windoze and post the ifconfig results which is in the mynetwork_config.txt in your floppy.

6. Reading the Slackware book would help you as well.

Last edited by carboncopy; 01-28-2005 at 08:36 PM.
 
Old 01-28-2005, 08:52 PM   #12
dhav211
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Ok let me make this a lot cleaner.

1. My external ADSL modem is ZyXel Prestige 623-41

2. My Router is Netgear MR814v2

3. This is what I get when I type in ipconfig /all http://img.photobucket.com/albums/v2...xpipconfig.png

4. No, my computer never came with a floppy drive. So I might as well run ifconfig >> /home/mynetwork_config.txt then write it all down on paper and then write it here later

5. I am using the computer, which I'm trying to run Slack on, with Windows XP on it and the internet is working fine but in Slack the internet doesn't work.

6. I ran lspci and didn't find my network card in there but I did find this... 02:00.0 Ethernet controller: Marvell: Unknown device 2f20

I hope that cleans up everything so far.

Thanks so far.
 
Old 01-28-2005, 09:08 PM   #13
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
you need this driver sk98lin ,I found that out here:

http://www.linuxforums.org/forum/topic-28919.html

Also check this one out too:

http://kerneltrap.org/node/3419
 
Old 01-28-2005, 09:16 PM   #14
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
You have a gigabit ethernet card http://www.marvell.com/products/pcco...on/88E8050.jsp

I checked the 2.6.7 kernel, it does support your gigabit ethernet. Now, just issue the command
Code:
netconfig
in Slackware. And configure your eth0 as dhcp. And that should solve your problem.

Of after you configure the network configuration using netconfig. You have to choice, first is to reboot. second is to
Code:
/etc/rc.d/rc.inet1 stop
/etc/rc.d/rc.inet1 start
After that
Code:
ifconfig
And look for
Code:
eth0      Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx  
          inet addr:10.5.1.1  Bcast:10.5.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4632267 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10005394 errors:0 dropped:0 overruns:4 carrier:0
          collisions:2665284 txqueuelen:1000 
          RX bytes:387518938 (369.5 Mb)  TX bytes:910666044 (868.4 Mb)
          Interrupt:11 Base address:0x6000
You should see something similar just that your inet addr: shall be 192.168.0.x and corresponding Bcast and Mask. There maybe slight difference with this cause mine is fix IP here.
 
Old 01-28-2005, 09:37 PM   #15
dhav211
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Original Poster
Rep: Reputation: 0
I'm not using the 2.6.7 kernel, I'm using the 2.4 that came with Slackware 10. So will have have to complie 2.6.7 and then run netconfig and do what Carboncopy said or install this sk98lin driver like tormented_one said.


On Carboncopy's ifconfig it says eth0 at the very start of it but mine says lo. Why is that?

Last edited by dhav211; 01-28-2005 at 09:42 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
slackware internet not working eastsuse Slackware 5 03-24-2005 05:35 PM
internet not working after slackware 10.0 install O4_SRT Slackware 8 02-04-2005 02:28 PM
Slackware: Can't manage to get my Internet connection working matt_16 Linux - Newbie 3 11-06-2004 07:32 AM
Slackware 10, DSL internet not working, I have searched.... Virum Linux - Networking 11 07-29-2004 01:09 AM
Internet scroll wheel not working under Slackware 9.1 njbrain Linux - Hardware 4 01-20-2004 09:25 PM

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

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