LinuxQuestions.org
Have you listened to LQ Radio?
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This 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

Tags used in this thread
Popular LQ Tags , , , , , , ,

Reply
 
Thread Tools
Old 02-07-2007, 06:58 PM   #1
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102
Thanked: 0
Slackware 11 and Internet issues


[Log in to get rid of this advertisement]
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
w0lv3rin3 is offline     Reply With Quote
Old 02-07-2007, 09:35 PM   #2
sumguy231
Member
 
Registered: Apr 2004
Location: North America
Distribution: Kubuntu 7.04 - Feisty Fawn
Posts: 296
Thanked: 0
If you want any help, you'll need to at least post what network card you have, and preferably the output of 'lspci'.
sumguy231 is offline     Reply With Quote
Old 02-07-2007, 10:17 PM   #3
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102
Thanked: 0

Original Poster
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 11:39 PM..
w0lv3rin3 is offline     Reply With Quote
Old 02-08-2007, 06:46 AM   #4
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102
Thanked: 0

Original Poster
I figured out the problem, my internet is working perfect for now
thx for your ur help
w0lv3rin3 is offline     Reply With Quote
Old 03-19-2007, 11:30 PM   #5
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,719
Blog Entries: 2
Thanked: 213
Mind sharing the solution please ...
H_TeXMeX_H is offline     Reply With Quote
Old 03-20-2007, 12:55 PM   #6
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102
Thanked: 0

Original Poster
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.
w0lv3rin3 is offline     Reply With Quote
Old 03-20-2007, 12:56 PM   #7
w0lv3rin3
Member
 
Registered: Mar 2004
Location: Barrie, ON
Distribution: Slackware 9.1, 10.0, 10.1, 11.0
Posts: 102
Thanked: 0

Original Poster
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.
w0lv3rin3 is offline  
Tag This Post , , , , , , ,
Reply With Quote
Old 07-09-2007, 02:18 PM   #8
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18
Thanked: 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
sala7uddin is offline     Reply With Quote
Old 07-09-2007, 02:19 PM   #9
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18
Thanked: 0
i mean the ISO CDs
sala7uddin is offline     Reply With Quote
Old 07-09-2007, 02:21 PM   #10
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
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.
Nylex is offline     Reply With Quote
Old 07-09-2007, 07:18 PM   #11
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18
Thanked: 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
sala7uddin is offline     Reply With Quote
Old 07-10-2007, 12:56 AM   #12
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
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.
Nylex is offline     Reply With Quote
Old 07-10-2007, 06:40 AM   #13
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18
Thanked: 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
sala7uddin is offline     Reply With Quote
Old 07-10-2007, 07:01 AM   #14
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
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.
Nylex is offline     Reply With Quote
Old 07-10-2007, 07:16 AM   #15
sala7uddin
LQ Newbie
 
Registered: Jul 2007
Posts: 18
Thanked: 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.
sala7uddin is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 11:24 PM
Internet Issues andrewmilne Linux - Wireless Networking 2 10-24-2005 07:15 PM
carzy internet issues africamagical Suse/Novell 6 12-21-2004 03:31 AM
RH 9 Internet Connection Issues triki Linux - Newbie 3 09-29-2003 10:28 AM
Internet Issues X11 Linux - Networking 2 10-07-2002 02:10 AM


All times are GMT -5. The time now is 07:22 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration