LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 05-23-2004, 04:43 PM   #1
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
device not present


hello iv just installed redhat 9 iv allso installed the driver for my ethernet which is a bcm400 any way what i would like to know is when i go in to network config it shows i have installed bcm400 but when i click "save" it says "bcm400 device eth0 does not seem to be present"now befor i installed driver. bcm400 was not present so why do i get this messge it must be installed or i would not see it in my listcan any 1 help
 
Old 05-23-2004, 06:16 PM   #2
winsnomore
Member
 
Registered: May 2004
Location: USA
Distribution: #1 PCLinuxOS -- for laughs -> Ubuntu, Suse, Mepis
Posts: 315

Rep: Reputation: 31
What does lsmod reporrt ?

Also .. check the output of the installmessage .. I think by dmseg and see why ethernet failed.

what does ifconfig report ?
 
Old 05-24-2004, 12:09 PM   #3
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
hello me again ok i typed
"ifconfig" feedback was link encap:local loopback
inet addr:127.0.0.1 mask:255.0.0.0
up loopback running mtu:16436 metric:1
rx packets:697 errors:0 dropped:0 overuns:0 frame:0
tx packets:697 errors:0 dropped:0 overuns:0 carrier:0
collisions:0 txqueuielen:0
rxbytes:47090 (45.9 kb) txbytes:47090 (45.9 kb)

now i know mask is wrong but when i go into internet connection then edit
it shows the correct numbers
allso i typed "dmseg" command not found
i was root user when i did this
 
Old 05-24-2004, 12:24 PM   #4
winsnomore
Member
 
Registered: May 2004
Location: USA
Distribution: #1 PCLinuxOS -- for laughs -> Ubuntu, Suse, Mepis
Posts: 315

Rep: Reputation: 31
It appears you don't have eth0 port .. you are only getting the loopback port info from ifconfig.
please check with lsmod .. what module (driver) is loaded for ethernet
Type
lspci
see what that says about an ethernet device.

Try going through the dmseg .. by
dmseg | more
or
dmsget | grep eth

see what the output is .. it should give you a clue if it ever went into detecting the card.

There is huge thread of broadcom driver bcm400 .. seems like it's an ongoing issue you might want to read that.


Possible tries .. disable ethernet from bios (i assume it's built in the motherboard) .. reboot .. kudzu will remove the drivers.

Disable PNP from bios .. enable Ethernet .. reboot ... hopefully you will have better luck with that.
 
Old 05-24-2004, 12:55 PM   #5
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
ok i typed "lspci"
it was a big list but to keep it short for ethernet it said
00:0f.0 ethernet controller:broadcom corp bcm4401 loosebase-T(rev 01)
ok i typed "lsmod" now i could not see anything to do with ethernet
 
Old 05-24-2004, 02:31 PM   #6
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
hello is there another way to get eth0
 
Old 05-25-2004, 02:12 PM   #7
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
i went in to my bios but could not see anything for my ethernet can u give me a clue
 
Old 05-25-2004, 02:17 PM   #8
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
ok i typed "dmsget | grep eth" but it said command not found i allso tried
"dmseg | more" command not found
now i allso typed in "rmmod"and it said "module bcm4400 is not loaded"
if any 1 can assist me any further i would appreciate it
 
Old 05-25-2004, 03:03 PM   #9
Ironica
Member
 
Registered: Jan 2003
Distribution: LFS
Posts: 64

Rep: Reputation: 15
That should be dmesg (not dmseg), a typo I guess.
I think you will need to have:
alias eth0 bcm4400
in your /etc/modules.conf. Once the module is loaded, you need to type:
ifconfig eth0 up
 
Old 05-25-2004, 03:59 PM   #10
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
ok i went in to the directory "/etc/modules.conf" and alias bcm4400 was there does that mean it is loaded? i then opend a terminal as root typed "ifconfig eth0 up" the feedback was
"unknown interface no such device"
 
Old 05-25-2004, 04:40 PM   #11
Ironica
Member
 
Registered: Jan 2003
Distribution: LFS
Posts: 64

Rep: Reputation: 15
Sorry, to load the module, the command is:
modprobe bcm4400
If modprobe can't locate the module, you can use insmod to install it. Once it's successfully loaded, it will appear in the output from lsmod.
 
Old 05-26-2004, 02:17 PM   #12
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
hello ironica
i typed as root "modprobe bcm4400" the feedback was
"cant locate module bcm4400"
i then typed "insmod bcm4400" the feedback was no "module by that name found"
anymore ideas ?
thanks
 
Old 05-27-2004, 11:12 AM   #13
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
come on folks im in need of guideance please
 
Old 05-27-2004, 03:21 PM   #14
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
hello it me again iv cracked it i just want to say thank you to every 1 who helped i dont know why but when i turned my comp off and back on kudzu detected my nic and i was away
 
Old 06-27-2004, 12:58 PM   #15
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Original Poster
Rep: Reputation: 30
hello again it it would seem not everything is as straight forward as i would like i was using my linux system yesterday i closed it down went on to windows then when i tried to return to linux up and behold once again i got the error message "bcm4400 device eth0 not present"
when i type" modprobe bcm4400" feedback=cant locate module bcm4400"
when i type "insmod bcm4400" feedback=no module by that name found"
when i type "rmmod" feedback=module bcm4400 is not loaded"
when i type "lspci" feeedback=00:0 ethernet controller:broadcom corporation bcm4401 100 base-t(rev01)
allso when i go in to the file /etc/modules.conf "alias eth0 bcm4400" is thereonce again i would appreciate as much help as i can get thanks
 
  


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
e1000 device does not seem to be present sysengr Linux - Networking 5 02-04-2009 01:22 PM
tulip device eth0 does not seem to be present Toreal Fedora 3 10-06-2004 05:57 PM
8139too device eth1 does not seem to be present Bob62683 Linux - Networking 1 08-31-2004 08:20 PM
bcm5700 device eth0 does not seem to be present SidA Linux - Networking 2 06-20-2004 12:43 PM
Wavelan_cs device not present ntu Linux - Wireless Networking 0 12-21-2003 06:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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