LinuxQuestions.org
Review your favorite Linux distribution.
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 02-07-2007, 05:58 PM   #1
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102

Rep: Reputation: 15
Slackware 11 and Internet issues


Ive just installed slackware 11 and it doesnt seem to be picking up my network card. How do I get my Network Card to work so I can Have TheInternet on my slackware11
 
Old 02-07-2007, 08:35 PM   #2
sumguy231
Member
 
Registered: Apr 2004
Location: North America
Distribution: Kubuntu 7.04 - Feisty Fawn
Posts: 296

Rep: Reputation: 30
If you want any help, you'll need to at least post what network card you have, and preferably the output of 'lspci'.
 
Old 02-07-2007, 09:17 PM   #3
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102

Original Poster
Rep: Reputation: 15
I am running a Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)

Ive tryied the drivers and have been unsuccessful.


lspci
Quote:
00:00.0 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]
00:09.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
Kernel Version:
2.6.17.13
I also have a onboard lan which is disabled in my bios

Last edited by w0lv3rin3; 02-07-2007 at 10:39 PM.
 
Old 02-08-2007, 05:46 AM   #4
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102

Original Poster
Rep: Reputation: 15
I figured out the problem, my internet is working perfect for now
thx for your ur help
 
Old 03-19-2007, 10:30 PM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Mind sharing the solution please ...
 
Old 03-20-2007, 11:55 AM   #6
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by H_TeXMeX_H
Mind sharing the solution please ...
Sure....

Well my problem was that my Kernel was not installed correctly, but since Ive got it installed proper and working great now.

What my problem was is this.
Installed kernel huge32.i which loads Kernel 2.6.x.x during the install, but I dident install the remaing files after the install, I installed the remaining files for Kernel 2.6.x.x then BLING BLING, everything is workin, basicly when you just load huge32.i it installes the kernel, but not the files the kernel needs to boot, its still loading kernel 2.4.x.x, I guess slackware does this by default, but after I installed the drivers that slackware 11 CD provided, put the drivers in /boot and to where they are supposed to be located, then opend up my LILO.conf and added the correct parameters to load the kernel, everything is working, w00t w00t

Find out what kinda network card you have and try re-configure the kernel to work

cd /usr/src/linux make menuconfig and try configuring ur kernel.
 
Old 03-20-2007, 11:56 AM   #7
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by H_TeXMeX_H
Mind sharing the solution please ...
Sure....

Well my problem was that my Kernel was not installed correctly, but since Ive got it installed proper and working great now.

What my problem was is this.
Installed kernel huge32.i which loads Kernel 2.6.x.x during the install, but I dident install the remaing files after the install, I installed the remaining files for Kernel 2.6.x.x then BLING BLING, everything is workin, basicly when you just load huge32.i it installes the kernel, but not the files the kernel needs to boot, its still loading kernel 2.4.x.x, I guess slackware does this by default, but after I installed the drivers that slackware 11 CD provided, put the drivers in /boot and to where they are supposed to be located, then opend up my LILO.conf and added the correct parameters to load the kernel, everything is working, w00t w00t

Find out what kinda network card you have and try re-configure the kernel to work

cd /usr/src/linux make menuconfig and try configuring ur kernel.
 
Old 07-09-2007, 01:18 PM   #8
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18

Rep: Reputation: 0
but how do i find out what type fo network card i have got?.

and by the way can i ask if you need to install all the 6 IOS.CDs to get connected to the internet? because i have only installed the first two CDs.

thank you
 
Old 07-09-2007, 01:19 PM   #9
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18

Rep: Reputation: 0
i mean the ISO CDs
 
Old 07-09-2007, 01:21 PM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Run lspci and you should see info about your network card there. No, you don't need all 6 CDs. The last 3 contain the source code for the packages, so if you don't need or want the source, then don't bother with those. I believe CD 3 contains KDE internationalisation packages.
 
Old 07-09-2007, 06:18 PM   #11
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18

Rep: Reputation: 0
Quote:
Originally Posted by Nylex
Run lspci and you should see info about your network card there. No, you don't need all 6 CDs. The last 3 contain the source code for the packages, so if you don't need or want the source, then don't bother with those. I believe CD 3 contains KDE internationalisation packages.
thank you for your useful informations, i have only installed CD1 and CD2, my problem is i am quite new to linux and don't know how to run LSPCI, can you please briefly explain this to me.?

i appreciate all your answers
 
Old 07-09-2007, 11:56 PM   #12
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Open a terminal window, type "/sbin/lspci" without the quotes and press enter. To open a terminal window, if you're running KDE you can right-click on the desktop, select "Run Command..." and then enter "xterm" or "konsole". Konsole is also in the K Menu (press the K button, then look at the System menu). Commands/filenames are case-sensitive in Linux, so make sure you use all lowercase when you run lspci. Also, have you made a normal user account, or are you just using root? If the latter, then you really should make a user account for everyday use.
 
Old 07-10-2007, 05:40 AM   #13
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18

Rep: Reputation: 0
Quote:
Originally Posted by Nylex
Open a terminal window, type "/sbin/lspci" without the quotes and press enter. To open a terminal window, if you're running KDE you can right-click on the desktop, select "Run Command..." and then enter "xterm" or "konsole". Konsole is also in the K Menu (press the K button, then look at the System menu). Commands/filenames are case-sensitive in Linux, so make sure you use all lowercase when you run lspci. Also, have you made a normal user account, or are you just using root? If the latter, then you really should make a user account for everyday use.
i have not setup a user name as yet but i created the password and use ROOT to log in to slackware, this is another issue that i have been asking on the other linux forums but so far no one has been able to teach me as to how to create the user name.

i also need to find out whether you have to log in with the user name to have access to the internet or you can do it with the root?

again thank you ever so much
 
Old 07-10-2007, 06:01 AM   #14
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
To create a user account, run "adduser" in a terminal. It's pretty self-explanatory. You don't need to log in as a regular user to have Internet access, but using a less privileged account means that there's less chance of you breaking something and of course it's more secure.
 
Old 07-10-2007, 06:16 AM   #15
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18

Rep: Reputation: 0
ok this is really sense making, i will try what you told me and will get back to you with the feed back.

and i am very lucky to have met you Nylex i hope you will continue helping me and everybody else.

all the best, take care for now.
 
  


Reply

Tags
double, remove, reply, same



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 issues dbinc Ubuntu 1 03-05-2006 10:24 PM
Internet Issues andrewmilne Linux - Wireless Networking 2 10-24-2005 06:15 PM
carzy internet issues africamagical SUSE / openSUSE 6 12-21-2004 02:31 AM
RH 9 Internet Connection Issues triki Linux - Newbie 3 09-29-2003 09:28 AM
Internet Issues X11 Linux - Networking 2 10-07-2002 01:10 AM

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

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