LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-30-2007, 05:00 AM   #1
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Rep: Reputation: 15
Broadcom 4401 networking can't work


Hello everyone!
my conputer's networking is Broadcom 440x10/100 intergrated controller,in FC6,it can't work.
I had download the driver,but i can't install it.There is the guide which in the driver's folder:
1 rpm -ivh b44-<version>.src.rpm
2 cd /usr/src/redhat
rpmbuild -bb SPECS/b44.spec
3 rpm -ivh RPMS/i386/b44-<version>.i386.rpm
4 insmod b44.o or insmod b44.ko (on 2.6.x kernels) or modprobe b44
5 To configure network protocol and address, refer to various Linux documentations.
But when i use the command:rpmbuild -bb SPECS/b44.spec,the result is:
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.40725
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf b44-1.00g
+ /bin/gzip -dc /usr/src/redhat/SOURCES/b44-1.00g.tar.gz
+ tar -xvvf -
drwxr-xr-x root/root 0 2006-06-07 21:21:07 b44-1.00g/
-rw-r--r-- root/root 3990 2006-06-07 21:21:14 b44-1.00g/Makefile
-rw-r--r-- root/root 64037 2006-06-07 21:29:19 b44-1.00g/b44.c
-rwxr-xr-x root/root 15153 2006-06-07 21:21:07 b44-1.00g/LICENSE
-rw-r--r-- root/root 23272 2006-06-07 21:21:07 b44-1.00g/b44.h
-rw-r--r-- root/root 2076 2006-06-07 21:21:07 b44-1.00g/b44.4
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd b44-1.00g
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.40725
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd b44-1.00g
+ LANG=C
+ export LANG
+ unset DISPLAY
+ make
make -C /lib/modules/2.6.18-1.2798.fc6xen/build SUBDIRS=/usr/src/redhat/BUILD/b44-1.00g modules
make: *** /lib/modules/2.6.18-1.2798.fc6xen/build: No such file or directory. Stop.
make: *** [default] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.40725 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.40725 (%build)

Could you tell me what's the problem and what should i do,please
 
Old 04-30-2007, 07:00 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
The b44 driver is included in the vast majority of distros so you probably don't need to compile it if you did a full install. Check the output of lsmod, and if you don't see b44, then run modprobe b44 and see if that doesn't do the trick.
 
Old 04-30-2007, 10:50 PM   #3
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
I can see the b44

dear friends.
When i use the command:lsmod
I can see the b44,the result is:b44 32973 0
Well,what should i do then.

Last edited by cjzjm100; 05-01-2007 at 03:35 AM.
 
Old 05-01-2007, 04:02 AM   #4
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
Question

dear friends!
AS i said When i use the command:lsmod
I can see the b44,the result is:b44 32973 0
and i also did:
[root@localhost ~]# ls /lib/modules/2.6.18-1.2798.fc6xen/kernel/drivers/net
3c59x.ko de620.ko myri10ge pppox.ko sungem.ko
8139cp.ko dl2k.ko natsemi.ko ppp_synctty.ko sungem_phy.ko
8139too.ko dummy.ko ne2k-pci.ko r8169.ko sunhme.ko
8390.ko e1000 netconsole.ko s2io.ko tg3.ko
acenic.ko e100.ko ns83820.ko sb1000.ko tlan.ko
amd8111e.ko epic100.ko pcmcia sis190.ko tokenring
appletalk eql.ko pcnet32.ko sis900.ko tulip
atp.ko fealnx.ko phy skfp tun.ko
b44.ko forcedeth.ko plip.ko skge.ko typhoon.ko
bnx2.ko hamachi.ko ppp_async.ko sky2.ko via-rhine.ko
bonding ifb.ko ppp_deflate.ko slhc.ko via-velocity.ko
cassini.ko irda ppp_generic.ko slip.ko wireless
chelsio ixgb ppp_mppe.ko starfire.ko yellowfin.ko
de600.ko mii.ko pppoe.ko sundance.ko
There is the b44.ko too.But when i did:
[root@localhost net]# insmod b44.ko
insmod: error inserting 'b44.ko': -1 File exists
Then i try another command:modprobe b44 ,the result is:
[root@localhost net]# modprobe b44
[root@localhost net]#
There is nothing happen!
what should i do? help me,Please!
 
Old 05-01-2007, 04:19 AM   #5
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
Question

dear friends!
AS i said When i use the command:lsmod
I can see the b44,the result is:b44 32973 0
and i also did:
[root@localhost ~]# ls /lib/modules/2.6.18-1.2798.fc6xen/kernel/drivers/net
3c59x.ko de620.ko myri10ge pppox.ko sungem.ko
8139cp.ko dl2k.ko natsemi.ko ppp_synctty.ko sungem_phy.ko
8139too.ko dummy.ko ne2k-pci.ko r8169.ko sunhme.ko
8390.ko e1000 netconsole.ko s2io.ko tg3.ko
acenic.ko e100.ko ns83820.ko sb1000.ko tlan.ko
amd8111e.ko epic100.ko pcmcia sis190.ko tokenring
appletalk eql.ko pcnet32.ko sis900.ko tulip
atp.ko fealnx.ko phy skfp tun.ko
b44.ko forcedeth.ko plip.ko skge.ko typhoon.ko
bnx2.ko hamachi.ko ppp_async.ko sky2.ko via-rhine.ko
bonding ifb.ko ppp_deflate.ko slhc.ko via-velocity.ko
cassini.ko irda ppp_generic.ko slip.ko wireless
chelsio ixgb ppp_mppe.ko starfire.ko yellowfin.ko
de600.ko mii.ko pppoe.ko sundance.ko
There is the b44.ko too.But when i did:
[root@localhost net]# insmod b44.ko
insmod: error inserting 'b44.ko': -1 File exists
Then i try another command:modprobe b44 ,the result is:
[root@localhost net]# modprobe b44
[root@localhost net]#
There is nothing happen!I try to configure network protocol and address,but network didn't work
what should i do? help me,Please!
 
Old 05-01-2007, 06:46 AM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
If the b44 module is loaded, your card should be available. Please post the output of ifconfig and the details of how your are trying to configure the card.

Quote:
insmod: error inserting 'b44.ko': -1 File exists
Then i try another command:modprobe b44 ,the result is:
[root@localhost net]# modprobe b44
[root@localhost net]#
By the way, those are normal results if the module is already loaded. Modprobe only returns errors if something goes wrong and stays quiet if the module loads successfully.
 
Old 05-01-2007, 08:17 AM   #7
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
dear Hangdog42:
Thanks very much for your helps.
I am a a newbie.I just try to configure the card using static IP or DHCP.I don't know what should configure the card ,could you tell me,please?

Last edited by cjzjm100; 05-01-2007 at 08:36 AM.
 
Old 05-01-2007, 11:41 AM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
As I asked in my previous post, post the output of ifconfig and all the details about how you are trying to configure and use the card. You are the only one sitting in front of your computer, so unless you post details, we can't help you.
 
Old 05-01-2007, 10:05 PM   #9
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
Question

Dear Hangdog42:
I am sorry,because i thought you had go off,i planed to reply later.There are lots of threads in this web site.I am afraid that you can't find this thread quickly ,and then you won't reply me.If you had go off and i reply later,you will find this thread conveniently when you come in again. I am sorry for that.
This is what i did:
[root@localhost ~]# dmesg | grep eth
[root@localhost ~]#


[root@localhost ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1598 errors:0 dropped:0 overruns:0 frame:0
TX packets:1598 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2527548 (2.4 MiB) TX bytes:2527548 (2.4 MiB)

xenbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 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@localhost ~]# ifconfig eth0 up
eth0: unknown interface: No such device


[root@localhost ~]# /etc/init.d/network restart
Because i am a chinese,the command(/etc/init.d/network restart)'s output includes some chinese,i translate the chinese into english.Maybe there are some wrongs,but i thought that you will understand the main informain which is useful.This is the output:
close interface : [ok]
pop-up interface : [ok]
pop-up interface eth0: Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth0 ; No such device.
SIOCGIFFLAGS: No such device
pop-up eth0 failed.
[failed]
pop-up eth1: Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth1 ; No such device.

Determining Ip information for eth1...failed

[failed]


When i use the gnome's network tools in order to set the eth0 active,the output is:
Error for wireless request"set Encode"(8B2A) SET failed on device eth0;NO such device
Determining IP information for eth0...failed
The eth0 is the Broadcom 4401 networking,and the eth1 is the INTEL wireless card.

Last edited by cjzjm100; 05-01-2007 at 10:14 PM.
 
Old 05-02-2007, 05:49 AM   #10
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
Dear Hangdog42:
I am a beginner of linux,so if my previous post's information is not useful,could you tell me what should i do,then i will post the output here.Thanks a lot!
 
Old 05-02-2007, 06:58 AM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
I am a beginner of linux,so if my previous post's information is not useful,could you tell me what should i do,then i will post the output here.Thanks a lot!
That post was exactly what I needed, so thanks for posting it!

There are a couple of odd things going on here. First, in your ifconfig output there is a device named xenbr0. Since there is no eth0, I think we need to run a test to see if that is your Broadcom card. So try this:

1) Check lsmod and make sure b44 is loaded
2) Run ifconfig and see if xenbr0 is there
3) Remove b44 by running modprobe -r b44
4) Check ifconfig again and see if xenbr0 is there


Also please post your output of lspci and lsmod. There is something strange going on here as your system is not creating eth0. It may have something to do with your first attempt to install the b44 module.

Quote:
[root@localhost ~]# dmesg | grep eth
Could you run dmesg | grep b44 and post the output?

Quote:
I am afraid that you can't find this thread quickly ,and then you won't reply me.
Don't worry, as you've seen, LQ emails me when a thread I'm working on has a new post. I may get busy and can't answer immediately, but I will find the thread and answer.
 
Old 05-02-2007, 07:57 AM   #12
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
Question

Hi,friends.
this is the output:
[root@localhost ~]# lsmod
Module Size Used by
b44 32973 0
mii 9665 1 b44
vfat 16833 1
fat 55773 1 vfat
usb_storage 73376 1
i915 23489 2
drm 74325 3 i915
bridge 60381 0
netloop 11073 0
netbk 79845 0 [permanent]
blktap 386789 2 [permanent]
blkbk 22753 0 [permanent]
autofs4 25413 2
hidp 24129 2
rfcomm 46041 0
l2cap 31681 10 hidp,rfcomm
bluetooth 58917 5 hidp,rfcomm,l2cap
sunrpc 158332 1
ip_conntrack_ftp 12081 0
ip_conntrack_netbios_ns 7105 0
ipt_REJECT 9665 1
xt_state 6337 10
ip_conntrack 56992 3 ip_conntrack_ftp,ip_conntrack_netbios_ns,xt_state
nfnetlink 11353 1 ip_conntrack
iptable_filter 7233 1
ip_tables 17669 1 iptable_filter
ip6t_REJECT 9537 1
xt_tcpudp 7361 33
ip6table_filter 7105 1
ip6_tables 18821 1 ip6table_filter
x_tables 18501 6 ipt_REJECT,xt_state,ip_tables,ip6t_REJECT,xt_tcpudp,ip6_tables
ipv6 267489 17 ip6t_REJECT
dm_mirror 33041 0
dm_multipath 22601 0
dm_mod 61529 2 dm_mirror,dm_multipath
video 21061 0
sbs 20225 0
i2c_ec 9281 1 sbs
i2c_core 25537 1 i2c_ec
button 10961 0
battery 14405 0
asus_acpi 20697 0
ac 9541 0
parport_pc 31205 0
lp 17033 0
parport 40841 2 parport_pc,lp
serial_core 25281 0
joydev 13697 0
sg 38493 0
snd_intel8x0m 21325 0
snd_intel8x0 36445 0
snd_ac97_codec 95073 2 snd_intel8x0m,snd_intel8x0
snd_ac97_bus 6593 1 snd_ac97_codec
ipw2200 112549 0
ide_cd 42337 2
cdrom 38625 1 ide_cd
ieee80211 34825 1 ipw2200
ieee80211_crypt 10433 1 ieee80211
snd_seq_dummy 8133 0
snd_seq_oss 37185 0
snd_seq_midi_event 11841 1 snd_seq_oss
snd_seq 57137 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 12621 3 snd_seq_dummy,snd_seq_oss,snd_seq
ohci1394 38917 0
snd_pcm_oss 46561 0
ieee1394 301593 1 ohci1394
snd_mixer_oss 20545 1 snd_pcm_oss
pcspkr 7361 0
snd_pcm 80453 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
sdhci 22745 0
mmc_core 30401 1 sdhci
snd_timer 27077 2 snd_seq,snd_pcm
snd 57029 10 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_timer
soundcore 14113 1 snd
snd_page_alloc 14409 3 snd_intel8x0m,snd_intel8x0,snd_pcm
serio_raw 11205 0
ata_piix 18121 4
ahci 23109 0
libata 103385 2 ata_piix,ahci
sd_mod 24897 30
scsi_mod 138729 5 usb_storage,sg,ahci,libata,sd_mod
ext3 135369 3
jbd 63209 1 ext3
ehci_hcd 35917 0
ohci_hcd 25437 0
uhci_hcd 27725 0

[root@localhost ~]# lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
03:01.2 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)


[root@localhost ~]# dmesg |grep b44
b44.c:v1.01 (Jun 16, 2006)
b44 0000:03:00.0: No usable DMA configuration, aborting.
b44: probe of 0000:03:00.0 failed with error -5
b44.c:v1.01 (Jun 16, 2006)
b44 0000:03:00.0: No usable DMA configuration, aborting.
b44: probe of 0000:03:00.0 failed with error -5


[root@localhost ~]# modprobe -r b44
[root@localhost ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1592 errors:0 dropped:0 overruns:0 frame:0
TX packets:1592 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2523260 (2.4 MiB) TX bytes:2523260 (2.4 MiB)

xenbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 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)


By the way,when the b44 is loaded,the xenbr0 also is there.

Last edited by cjzjm100; 05-02-2007 at 08:08 AM.
 
Old 05-02-2007, 09:59 AM   #13
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
[root@localhost ~]# dmesg |grep b44
b44.c:v1.01 (Jun 16, 2006)
b44 0000:03:00.0: No usable DMA configuration, aborting.
b44: probe of 0000:03:00.0 failed with error -5
b44.c:v1.01 (Jun 16, 2006)
b44 0000:03:00.0: No usable DMA configuration, aborting.
b44: probe of 0000:03:00.0 failed with error -5
OK, this is why it isn't working. From the googling I've done, this is apparently a known bug in FC6, and according to this there is a kernel that fixes it. Have a read through the linked article, but it looks like you're going to need to upgrade your kernel.
 
Old 05-02-2007, 10:28 AM   #14
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Original Poster
Rep: Reputation: 15
Dear friend:
Thanks very much!I will try to upgrade my kernel.Could you tell me what should i do,please?
 
Old 05-02-2007, 12:46 PM   #15
steve-alexander
LQ Newbie
 
Registered: Mar 2005
Location: Ohio
Distribution: FC6->F7
Posts: 23

Rep: Reputation: 16
Quote:
Originally Posted by cjzjm100
Dear friend:
Thanks very much!I will try to upgrade my kernel.Could you tell me what should i do,please?

Yeah - let's start from the beginning.

0/ You'll probably get a more specific response to FC6 problems on fedoraforum.org.

1/ Nearly every driver in the kernel source tree is included in Fedora as a module - so typically modprobe is your first/best choice.

2/ You've learned to use dmesg & /var/log/messages - so I won't re-iterate the point further.

3/ The build directory not found was because you didn't have the kernel development code installed. "yum install kernel-devel" solves this.

4/ WHY are you using the xen kernel ? The Xen project gives you the ability run and manage other kernels under Linux but it is experimental (IMO). The Xen features do break a lot of other things along the way. Please don't drive the Porche till you get past the training wheels. Sincerely no offense meant but it's a lot harder you help you when you crawl way out on the thin branches.

5/ The "ifconfig" command will not tell you if the driver is bound to the hardware. Use "ifconfig -a" for this. Better yet, ifconfig is deprecated so use "ip link".

6/ "System->Administration->Network" from the top panel, or else "system-config-network" gives you a simlpe GUI interface to configure your network interfaces. If the interface appears there, the select the line, and hit the "edit" button. In the edit window select the boxes for startup at boot, autoconfig w/ DHCP and auto DNS. This is the typical config. Select "OK" and then File->save in the main window. The "activate". If that works then it should work on bootup.
==

To install the standard conventional kernel do:
yum install kernel kernel-devel
then reboot and select the standard (non Xen) kernel from the grub menu at reboot.

I'll suggest you remove the xen kernels after reboot for now with:
yum remove kernel-xen

You can always re-install Xen when you feel like tap dancing on a landmine.


-S
 
  


Reply

Tags
broadcom, cant, networking



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
Broadcom 4401 in Fedora core 6 HELP!!! bhattaram Linux - Networking 2 06-17-2007 05:07 PM
Broadcom 4401 Nic problems diemorph Linux - Hardware 2 09-16-2004 08:00 AM
Broadcom 4401 Not working alexsh Linux - Hardware 2 08-26-2004 10:09 AM
Broadcom 4401 driver with 2.6.6 kernel multified Linux - Networking 0 08-03-2004 04:20 AM
Mandrake 9.0 / LAN BRoadcom 4401 oskar_27de Linux - Networking 0 02-19-2003 02:52 AM

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

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