LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-19-2011, 04:55 PM   #1
ic_torres
Member
 
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389

Rep: Reputation: 34
Vector 6 cannot detect eth0


Fresh install. .. but VL6.0 can't read my card.

Slackware does..

Code:
root:# ifconfig eth0 up
eth0: ERROR while getting interface flags: No such device
vector6:/~
root:# lspci
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 05)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
03:03.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
03:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
03:06.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 50)
03:06.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 50)
03:06.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
vector6:/~
root:# ifconfig -a
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


root:# lsmod
Module                  Size  Used by
vector6://etc


slackware :

root@slackerz:~# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:07:95:33:C1:B4
          inet6 addr: fe80::207:95ff:fe33:c1b4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:95 errors:0 dropped:0 overruns:0 frame:0
          TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6666 (6.5 KiB)  TX bytes:9646 (9.4 KiB)
          Interrupt:20 Base address:0xc800
just wondering why VL cannot see the card. .. and it does not produce the modules. (SW does have the modules after giving lsmod command)
 
Old 02-20-2011, 11:43 AM   #2
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Why not just keep using Slackware? You seem to have better luck with it. Maybe customize Slackware to look more like Vector.
 
0 members found this post helpful.
Old 02-20-2011, 11:56 AM   #3
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
ic_torres, kernel-modules packages installed, or could it be that the kernel is built with everything compiled inside, rather than as modules? Do you have the configuration file for the kernel handy (I know Slackware keeps those in /boot, but I don't know about Vector)? If so, what does

$ grep 8139 config

return, where config is the kernel configuration file?
 
Old 02-20-2011, 03:39 PM   #4
ic_torres
Member
 
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389

Original Poster
Rep: Reputation: 34
Ok. i think it's now more of KERNEL issue.. .

details : did a depmod:

root:# depmod
WARNING: Couldn't open directory /lib/modules/2.6.18.5: No such file or directory
FATAL: Could not open /lib/modules/2.6.18.5/modules.dep.temp for writing: No such file or directory


CHECKED the path :

vector6://lib
root:# cd modules/
vector6://lib/modules

AND all i can see is this directory. . NO 2.6.18

root:# ls
2.6.27.12/
vector6://lib/modules


root:# uname -r
2.6.18.5


vector6://lib/modules
root:#


my disk (/dev/hdc13) is tagged to this boot path :



vector6://boot
root:# ls -l vmlinuz
lrwxrwxrwx 1 root root 17 2011-02-20 14:21 vmlinuz -> vmlinuz-2.6.27.12



LILO file:

# Partition 4: Linux GUI mode (5.8 holds my LILO)
image = /boot/vmlinuz
root = /dev/hdc3
label = Vector5.8
append = "4 "
read-only


and VL6.0


# Vector6.0
image = /boot/vmlinuz
root = /dev/hdc3
label = Vector6.0
 
Old 03-05-2011, 02:59 AM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Sorry for the delay; I haven't really had time for LQ recently. Is everything working now?
 
  


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
LXer: Tropic of Vector – a blog devoted to Vector Linux Light, plus the Vector Linux LXer Syndicated Linux News 0 09-17-2009 01:30 PM
[SOLVED] How to detect eth0 status? kakaburra Slackware 10 08-30-2009 02:28 AM
Debian is does not detect eth0 ?! 449 Linux - Newbie 15 01-20-2008 06:49 PM
Slack 11 netconfig setup doesn't detect eth0? Andriy Slackware 15 10-10-2006 01:01 PM
opensuse won't detect eth0 Virp00 SUSE / openSUSE 1 12-21-2005 01:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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

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