分页: 1 / 1

ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-10 13:18
abner.liu
首先怎么查看网卡制造商的信息,别告我:lspci,我没有网卡驱动(无线和有线驱动都没有),连不上网,

从ifconfig 来看只有:Link encap:本地环回

ps:求助大神阿 ,我都快疯了,

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-10 13:20
abner.liu
ifconfig时,没有显示eth0,eth1等,只有:lo Link encap:本地环回

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-10 13:26
monk
啥版本的
可能硬件比较新还没驱动吧
要不装个最新版的试试看

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-10 13:49
abner.liu
monk 写了:啥版本的
可能硬件比较新还没驱动吧
要不装个最新版的试试看
ubuntu 10.04 linux64位,

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-10 14:38
funicorn

代码: 全选

sudo lshw |grep -A 5 -B 5 wireless 
从中找到无线网卡module的名字,然后放狗搜

可能搭配的关键字:ubuntu wireless firmare firmare-nonfree

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-10 15:05
onlylove
abner.liu 写了:首先怎么查看网卡制造商的信息,别告我:lspci,我没有网卡驱动(无线和有线驱动都没有),连不上网,

从ifconfig 来看只有:Link encap:本地环回

ps:求助大神阿 ,我都快疯了,
lspci只是列出总线上的设备名称而已,即便是没有驱动的设备也可以列出的……既然不愿意用,那就lshw吧……反正差不多的东西
有线的一般的是ethernet controller,无线的一般的是network controller

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-10 16:38
peteryeh64
...這種狀況...如果是我的話...我會先裝windows...然後搞清楚一切硬件設備型號後...再來裝linux...

代码: 全选

lshw

代码: 全选

 *-network
                description: Ethernet interface
                product: AR8151 v2.0 Gigabit Ethernet
                vendor: Atheros Communications Inc.
                physical id: 0
                bus info: pci@0000:02:00.0
                logical name: eth0
                version: c0
                serial: 54:04:a6:9b:ac:b7
                size: 100Mbit/s
                capacity: 1Gbit/s
                width: 64 bits
                clock: 33MHz
                capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI duplex=full firmware=N/A ip=192.168.1.63 latency=0 multicast=yes port=twisted pair speed=100Mbit/s
                resources: irq:44 memory:febc0000-febfffff ioport:ec00(size=128)

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-13 11:08
voxtrior
你有别的系统吗,先用别的系统装 vbox,体验 livecd(不是安装), 在livecd 中 激活无线网卡,此时你去 /var/cache/apt/archive/下找到下载的 deb包,把deb包拷出来,然后你装完系统后,直接双击这个deb包, 试试看

Re: ubuntu64位系统 无网卡驱动 帮帮可怜的我吧,已经三天了还搞不定

发表于 : 2012-09-14 10:11
abner.liu
peteryeh64 写了:...這種狀況...如果是我的話...我會先裝windows...然後搞清楚一切硬件設備型號後...再來裝linux...

代码: 全选

lshw

代码: 全选

 *-network
                description: Ethernet interface
                product: AR8151 v2.0 Gigabit Ethernet
                vendor: Atheros Communications Inc.
                physical id: 0
                bus info: pci@0000:02:00.0
                logical name: eth0
                version: c0
                serial: 54:04:a6:9b:ac:b7
                size: 100Mbit/s
                capacity: 1Gbit/s
                width: 64 bits
                clock: 33MHz
                capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI duplex=full firmware=N/A ip=192.168.1.63 latency=0 multicast=yes port=twisted pair speed=100Mbit/s
                resources: irq:44 memory:febc0000-febfffff ioport:ec00(size=128)
intel wireless-N 2230无线网卡驱动for ubuntu 10.04 64位