我在我的Dell 1521上安装了Ubuntu10.10,局域网/以太网卡运行得很好,但是Ubuntu显示了一条消息:不安装无线驱动程序,因为它受到限制,或者沿着这条线运行。
然后我转到,搜索所有Broadcom包并安装它们。到目前一切尚好。
我重新启动了我的电脑,令我惊讶的是,我的无线网络工作,但我的局域网没有!到底是怎么回事?
然后,我卸载/删除了我之前安装的所有包,希望我的以太网能重新开始工作,但是,没有什么改变。我的无线网卡正常工作,以太网仍然不能工作。
有办法解决这个问题吗?
我检查并发现我的网络设备是:
发布于 2014-05-26 02:26:26
我在我的戴尔Inspiron 6400上安装了Ubuntu12.04,我的局域网/以太网卡也不能工作。
root@MM061:~# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 01)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev
01)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
**03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)**
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)在Broadcom中:(http://www.broadcom.com/support/ethernet_nic/4401.php下载此驱动程序。以下是安装驱动程序的一般指南。
有关已安装驱动程序的位置,请参阅上面的RPM说明。
我不知道cd src是什么意思
root@vince-MM061:/home/123/b44-1.00g# make
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -I/lib/modules/3.2.0-23-generic-pae/build/include -DOLD_NETIF -DOLD_DMA -DNO_DMA_MAPPING_ERROR -O2 -c -o b44.o b44.chttps://askubuntu.com/questions/14970
复制相似问题