.bz2文件怎么安装啊, 不是.tar.bz2

笔记本/便携移动设备,手机平板等软硬件
nistar90
帖子: 52
注册时间: 2015-09-15 1:11
系统: win10

.bz2文件怎么安装啊, 不是.tar.bz2

#1

帖子 nistar90 »

有个驱动的名称为:RT3070LinuxV2.5.0.3.bz2

应该怎么安装啊,用什么命令啊
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#2

帖子 vickycq »

nistar90 写了:有个驱动的名称为:RT3070LinuxV2.5.0.3.bz2
应该怎么安装啊,用什么命令啊
看样子是 Ralink 无线网卡?内核自带模块可即插即用,一般无需再额外安装驱动。
是 Ralink USB 无线网卡?
插上后运行 lsusb 把结果全部复制贴上来
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
nistar90
帖子: 52
注册时间: 2015-09-15 1:11
系统: win10

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#3

帖子 nistar90 »

vickycq 写了:
nistar90 写了:有个驱动的名称为:RT3070LinuxV2.5.0.3.bz2
应该怎么安装啊,用什么命令啊
看样子是 Ralink 无线网卡?内核自带模块可即插即用,一般无需再额外安装驱动。
是 Ralink USB 无线网卡?
插上后运行 lsusb 把结果全部复制贴上来
朋友说给我个拓实n95,一个大的wifi接收器,,明天再能拿到,想先把驱动按上

查了下芯片,ralink 3070L
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#4

帖子 vickycq »

nistar90 写了: 朋友说给我个拓实n95,一个大的wifi接收器,,明天再能拿到,想先把驱动按上
查了下芯片,ralink 3070L
拖尸N95 室外远距离USB无线网卡 Ralink RT3070方案,内核自带模块 rt2800usb 可驱动。
参考 https://wireless.wiki.kernel.org/en/use ... /rt2800usb

另请说明操作系统版本,某些发行版需要自己安装相应固件 / 自己添加设备id
对于 ubuntu,rt2800usb 需要的固件 rt2870.bin 包含在 linux-firmware 这个包里,应该已经自动安装。

货到了以后,插上开机。执行

代码: 全选

lsmod | grep rt2800
如果出现 rt2800usb 等字样说明驱动了。
如果没出现,再发帖说明
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
nistar90
帖子: 52
注册时间: 2015-09-15 1:11
系统: win10

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#5

帖子 nistar90 »

vickycq 写了:
nistar90 写了: 朋友说给我个拓实n95,一个大的wifi接收器,,明天再能拿到,想先把驱动按上
查了下芯片,ralink 3070L
拖尸N95 室外远距离USB无线网卡 Ralink RT3070方案,内核自带模块 rt2800usb 可驱动。
参考 https://wireless.wiki.kernel.org/en/use ... /rt2800usb

另请说明操作系统版本,某些发行版需要自己安装相应固件 / 自己添加设备id
对于 ubuntu,rt2800usb 需要的固件 rt2870.bin 包含在 linux-firmware 这个包里,应该已经自动安装。

货到了以后,插上开机。执行

代码: 全选

lsmod | grep rt2800
如果出现 rt2800usb 等字样说明驱动了。
如果没出现,再发帖说明

去朋友家拿到东西了,回家插上usb过一会就会死机 :Cry :Cry :Cry
lsmod | grep rt2800, 有驱动。
这可怎么解决啊

我用的是ubuntu14.04
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#6

帖子 poloshiao »

lsmod | grep rt2800, 有驱动。
把結果複製貼上來
不要惜字如金 遺漏重要資訊

把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lspci -knn
1-1. 如果無線網卡是 usb 裝置 請增加
sudo lsusb
2. sudo lshw -numeric -class network
3. sudo ifconfig -a
4. sudo route -nv
5. sudo rfkill list all
6. sudo nmcli dev status wlan0
7. sudo dkms status
把結果直接 選取/複製 貼上來
nistar90
帖子: 52
注册时间: 2015-09-15 1:11
系统: win10

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#7

帖子 nistar90 »

poloshiao 写了:
lsmod | grep rt2800, 有驱动。
把結果複製貼上來
不要惜字如金 遺漏重要資訊

把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lspci -knn
1-1. 如果無線網卡是 usb 裝置 請增加
sudo lsusb
2. sudo lshw -numeric -class network
3. sudo ifconfig -a
4. sudo route -nv
5. sudo rfkill list all
6. sudo nmcli dev status wlan0
7. sudo dkms status
把結果直接 選取/複製 貼上來

每次插上网卡都会死机,,为了这些指令,强行关机了不下20次 :Cry
感觉是驱动有问题吧,就算连上之后右上角的网络中也不显示wifi网络
一开始就是想问问 .bz2文件怎么安装而已。。重装一下会怎么样

lsmod | grep rt2800
rt2800usb 28672 0
rt2x00usb 24576 1 rt2800usb
rt2800lib 90112 1 rt2800usb
rt2x00lib 57344 3 rt2x00usb,rt2800lib,rt2800usb
mac80211 708608 3 rt2x00lib,rt2x00usb,rt2800lib
crc_ccitt 16384 1 rt2800lib


uname -r
3.19.0-30-generic


sudo lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller [8086:0c04] (rev 06)
Subsystem: Lenovo Device [17aa:3830]
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller [8086:0c01] (rev 06)
Kernel driver in use: pcieport
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5)
Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 [8086:8c16] (rev d5)
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation HM87 Express LPC Controller [8086:8c4b] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c03] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
00:1f.6 Signal processing controller [1180]: Intel Corporation 8 Series Chipset Family Thermal Management Controller [8086:8c24] (rev 05)
Subsystem: Lenovo Device [17aa:3830]
01:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:139b] (rev ff)
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Lenovo Device [17aa:3838]
Kernel driver in use: r8169
04:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:43ae] (rev 02)
Subsystem: Lenovo Device [17aa:0622]


sudo lsusb
Bus 001 Device 009: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter

sudo lshw -numeric -class network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 15
serial: 68:f7:28:f5:2e:44
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:32 ioport:3000(size=256) memory:f1904000-f1904fff memory:f1900000-f1903fff
*-network UNCLAIMED
description: Network controller
product: Broadcom Corporation [14E4:43AE]
vendor: Broadcom Corporation [14E4]
physical id: 0
bus info: pci@0000:04:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f1800000-f1807fff memory:f1400000-f17fffff
*-network
description: Wireless interface
physical id: 3
bus info: usb@1:6
logical name: wlan0
serial: 00:9a:0f:81:e8:fc
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rt2800usb driverversion=3.19.0-30-generic firmware=0.29 link=no multicast=yes wireless=IEEE 802.11bgn


sudo ifconfig -a
eth0 Link encap:以太网 硬件地址 68:f7:28:f5:2e:44
UP BROADCAST MULTICAST MTU:1500 跃点数:1
接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:0 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:0 (0.0 B) 发送字节:0 (0.0 B)

lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 跃点数:1
接收数据包:181 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:181 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:12993 (12.9 KB) 发送字节:12993 (12.9 KB)

wlan0 Link encap:以太网 硬件地址 00:9a:0f:81:e8:fc
UP BROADCAST MULTICAST MTU:1500 跃点数:1
接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:0 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:0 (0.0 B) 发送字节:0 (0.0 B)


sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口


sudo rfkill list all
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
27: phy24: Wireless LAN
Soft blocked: no
Hard blocked: no


sudo nmcli dev status wlan0
未知参数:wlan0
设备 类型 状态
wlan0 802-11-wireless 已断开
eth0 802-3-ethernet 不可用


sudo dkms status
bbswitch, 0.7, 3.19.0-30-generic, x86_64: installed
ndiswrapper, 1.59, 3.19.0-28-generic, x86_64: installed
ndiswrapper, 1.59, 3.19.0-30-generic, x86_64: installed
nvidia-346, 346.96, 3.19.0-30-generic, x86_64: installed
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#8

帖子 vickycq »

nistar90 写了: 每次插上网卡都会死机,,为了这些指令,强行关机了不下20次
感觉是驱动有问题吧,就算连上之后右上角的网络中也不显示wifi网络
一开始就是想问问 .bz2文件怎么安装而已。。重装一下会怎么样
一般来说自然是内核自带驱动较为稳定,第三方驱动或多或少会有配合问题。

你可以尝试自行编译安装 rt3070 驱动:

代码: 全选

sudo apt-get install linux-headers-$(uname -r) build-essential
tar jxvf RT3070LinuxV2.5.0.3.bz2
cd RT3070LinuxV2.5.0.3
make
sudo make install
然后将 rt2800usb 加入黑名单

代码: 全选

echo "blacklist rt2800usb" | sudo tee /etc/modprobe.d/blacklist-rt2800usb.conf
sudo depmod -ae
sudo update-initramfs -u -k all
重启后用

代码: 全选

sudo lshw -C network | grep driver=
检查驱动是否加载


1. 如 make 出错,把信息贴上来
2. make install 后看生成的 .ko 文件叫什么名字,如 rt3070.ko。若重启后未加载可能需要手工将模块名称加入 /etc/modules
2. 默认可能不支持 wpa_supplicant,可能需要修改源代码 os/linux/config.mk 详见 http://askubuntu.com/a/327922
3. 从此以后每次升级内核要手工重复以上步骤。
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
nistar90
帖子: 52
注册时间: 2015-09-15 1:11
系统: win10

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#9

帖子 nistar90 »

lwc@LWC-PC:~/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO$ make
make -C tools
make[1]: 正在进入目录 `/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]:正在离开目录 `/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/tools'
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile
make -C /lib/modules/3.19.0-30-generic/build SUBDIRS=/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux modules
make[1]: 正在进入目录 `/usr/src/linux-headers-3.19.0-30-generic'
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_md5.o
In file included from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_os.h:44:0,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_comm.h:60,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rt_config.h:33,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_md5.c:28:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_md5.c: In function ‘MD5Final’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_md5.c:333:32: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
NdisZeroMemory(pCtx, sizeof(pCtx)); /* memory free */
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:469:76: note: in definition of macro ‘NdisZeroMemory’
#define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_md5.c: In function ‘SHAFinal’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_md5.c:632:32: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
NdisZeroMemory(pCtx, sizeof(pCtx)); /* memory free */
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:469:76: note: in definition of macro ‘NdisZeroMemory’
#define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
^
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_sha2.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_hmac.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_aes.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/crypt_arc4.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.o
In file included from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_os.h:44:0,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_comm.h:60,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rt_config.h:33,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.c:28:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.c:1086:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(UINT32)&pAd->RalinkCounters.OneSecEnd -
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:469:76: note: in definition of macro ‘NdisZeroMemory’
#define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.c:1087:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(UINT32)&pAd->RalinkCounters.OneSecStart);
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:469:76: note: in definition of macro ‘NdisZeroMemory’
#define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.c: In function ‘MlmePeriodicExec’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.c:1248:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(UINT32)&pAd->RalinkCounters.OneSecEnd -
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:469:76: note: in definition of macro ‘NdisZeroMemory’
#define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/mlme.c:1249:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(UINT32)&pAd->RalinkCounters.OneSecStart);
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:469:76: note: in definition of macro ‘NdisZeroMemory’
#define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
^
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_wep.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/action.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_data.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/rtmp_init.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/rtmp_init_inf.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_tkip.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_aes.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_sync.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/eeprom.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_sanity.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_info.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_cfg.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_wpa.o
In file included from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_os.h:44:0,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_comm.h:60,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rt_config.h:33,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_wpa.c:28:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_wpa.c: In function ‘PeerWpaMessageSanity’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_wpa.c:456:32: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
NdisZeroMemory(KEYDATA, sizeof(KEYDATA));
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:469:76: note: in definition of macro ‘NdisZeroMemory’
#define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
^
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/dfs.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/spectrum.o
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/spectrum.c:1857:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffer (size=%d).\n", __FUNCTION__, sizeof(MEASURE_RPI_REPORT)));
^
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/rtmp_timer.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/rt_channel.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_profile.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.o
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c: In function ‘AsicGetAutoAgcOffset’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:939:10: warning: unused variable ‘bTempSuccess’ [-Wunused-variable]
BOOLEAN bTempSuccess = FALSE;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:938:6: warning: unused variable ‘LookupTableIndex’ [-Wunused-variable]
INT LookupTableIndex = pAd->TxPowerCtrl.LookupTableIndex + TEMPERATURE_COMPENSATION_LOOKUP_TABLE_OFFSET;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:937:6: warning: unused variable ‘CurrentTemp’ [-Wunused-variable]
INT CurrentTemp = 0;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:936:8: warning: unused variable ‘BbpValue’ [-Wunused-variable]
UCHAR BbpValue = 0;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:935:32: warning: unused variable ‘pTxPowerTuningEntry2’ [-Wunused-variable]
PTX_POWER_TUNING_ENTRY_STRUCT pTxPowerTuningEntry2 = NULL;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:932:8: warning: unused variable ‘RFValue’ [-Wunused-variable]
UCHAR RFValue = 0;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:931:32: warning: unused variable ‘pTxPowerTuningEntry’ [-Wunused-variable]
PTX_POWER_TUNING_ENTRY_STRUCT pTxPowerTuningEntry = NULL;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c: In function ‘AsicAdjustTxPower’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:1585:20: warning: unused variable ‘pFinalTxPwr’ [-Wunused-variable]
PTX_PWR_CFG_STRUC pFinalTxPwr = NULL;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_asic.c:1583:11: warning: unused variable ‘bAutoTxAgc’ [-Wunused-variable]
BOOLEAN bAutoTxAgc = FALSE;
^
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/cmm_cmd.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_profile.o
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_profile.c: In function ‘STA_MonPktSend’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_profile.c:411:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
^
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../chips/rtmp_chip.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/assoc.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/auth.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/auth_rsp.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sync.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sanity.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/rtmp_data.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/connect.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/wpa.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/ags.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sta_cfg.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/rt_os_util.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/sta_ioctl.o
CC [M] /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.o
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:498:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
NdisMoveMemory(skb->tail, pHeader802_3, HdrLen);
^
In file included from ./arch/x86/include/asm/string.h:4:0,
from include/linux/string.h:17,
from include/linux/bitmap.h:8,
from include/linux/cpumask.h:11,
from ./arch/x86/include/asm/cpumask.h:4,
from ./arch/x86/include/asm/msr.h:10,
from ./arch/x86/include/asm/processor.h:20,
from ./arch/x86/include/asm/thread_info.h:23,
from include/linux/thread_info.h:54,
from ./arch/x86/include/asm/preempt.h:6,
from include/linux/preempt.h:18,
from include/linux/spinlock.h:50,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:31,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_os.h:44,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_comm.h:60,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:32:
./arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
void *memmove(void *dest, const void *src, size_t count);
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:500:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
NdisMoveMemory(skb->tail, pData, DataSize);
^
In file included from ./arch/x86/include/asm/string.h:4:0,
from include/linux/string.h:17,
from include/linux/bitmap.h:8,
from include/linux/cpumask.h:11,
from ./arch/x86/include/asm/cpumask.h:4,
from ./arch/x86/include/asm/msr.h:10,
from ./arch/x86/include/asm/processor.h:20,
from ./arch/x86/include/asm/thread_info.h:23,
from include/linux/thread_info.h:54,
from ./arch/x86/include/asm/preempt.h:6,
from include/linux/preempt.h:18,
from include/linux/spinlock.h:50,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:31,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_os.h:44,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_comm.h:60,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:32:
./arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
void *memmove(void *dest, const void *src, size_t count);
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:652:20: warning: assignment makes integer from pointer without a cast [enabled by default]
pClonedPkt->tail = pClonedPkt->data + pClonedPkt->len;
^
In file included from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_os.h:44:0,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/rtmp_comm.h:60,
from /home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:32:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsPktInit’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/include/os/rt_linux.h:873:34: warning: assignment makes integer from pointer without a cast [enabled by default]
((RTPKT_TO_OSPKT(_pkt))->tail) = (PUCHAR)((_start) + (_len))
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:671:2: note: in expansion of macro ‘SET_OS_PKT_DATATAIL’
SET_OS_PKT_DATATAIL(pRxPkt, pData, DataSize);
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:698:15: warning: assignment makes integer from pointer without a cast [enabled by default]
pOSPkt->tail = pOSPkt->data + pOSPkt->len;
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:1126:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
pOSFSInfo->fsuid = current_fsuid();
^
/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.c:1127:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
pOSFSInfo->fsgid = current_fsgid();
^
make[2]: *** [/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/rt_linux.o] 错误 1
make[1]: *** [_module_/home/lwc/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux] 错误 2
make[1]:正在离开目录 `/usr/src/linux-headers-3.19.0-30-generic'
make: *** [LINUX] 错误 2
nistar90
帖子: 52
注册时间: 2015-09-15 1:11
系统: win10

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#10

帖子 nistar90 »

tar jxvf RT3070LinuxV2.5.0.3.bz2解压后得文件夹名称变成了2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO
cd进去之后make,运行出错
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#11

帖子 vickycq »

@poloshiao
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
nistar90
帖子: 52
注册时间: 2015-09-15 1:11
系统: win10

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#12

帖子 nistar90 »

要崩溃了啊,,,莫非真得买个usb无线网卡去,20欧啊
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#13

帖子 vickycq »

nistar90 写了:要崩溃了啊,,,莫非真得买个usb无线网卡去,20欧啊
你真够悲催的,遇到完全不被支持的内置网卡,比较罕见
好不容易借了个理论上支持良好的外置卡,又死机
:Hehe 是否人品有问题?

3.2内核以后 rt2800usb 比较完善,所以几乎没人自己编译驱动
拿你的错误信息上网搜,都是些几年前没回复的死贴

20欧...不用看厂家是否标明支持,看芯片方案即可。有些标明支持的反而只能使用私有驱动,支持糟糕

这几个不行?
http://www.amazon.co.uk/s/ref=nb_sb_nos ... k+5370+usb
前几个 RT5370 方案的理论上即插即用,4欧~10欧的都有

再参考 http://www.phoronix.com/scan.php?page=a ... wifi&num=1
Ralink 5372

再参考 http://www.phoronix.com/forums/forum/ha ... post631158
Atheros 系列方案 (ath9k, ath9k_htc)
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#14

帖子 poloshiao »

tar jxvf RT3070LinuxV2.5.0.3.bz2解压后得文件夹名称变成了2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO
cd进去之后make,运行出错
.bz2
指令:bzip2。

壓縮:
sudo bzip2 -z FileName

解壓縮 1:
sudo bzip2 -d FileName.bz2

解壓縮 2:
sudo bunzip2 FileName.bz2

參閱
1. http://note.drx.tw/2008/04/command.html
GNU / Linux 各種壓縮與解壓縮指令
2. http://manpages.ubuntu.com/manpages/viv ... ip2.1.html
bzip2, bunzip2 - a block-sorting file compressor, v1.0.6

補充
.bz2 跟 .tar.bz2
早期 .tar.bz2 是分兩階段動作
先用 tar 打包成 .tar
再用 bzip2 壓縮成 .tar.bz2
反向來說
先用 bzip2 把 .tar.bz2 解壓縮成 .tar
再用 tar 解包 .tar 成原始檔案

後來 tar 功能增強了 可以一次完成兩階段
但是對象可以是 .tar.bz2 不可以是 .bz2
意思是 單純 .bz2 不必使用 tar 碰到 .tar.bz2 才用 tar
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: .bz2文件怎么安装啊, 不是.tar.bz2

#15

帖子 poloshiao »

sudo lspci -knn
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
...
Kernel driver in use: r8169
sudo lshw -numeric -class network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
...
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
1. r8169 不是 RTL8111/8168/8411 合適驅動
2. 建議 先解決這個問題 再來解決無線網卡的問題
<因為 r8169 從許多案例 會影響無線網卡>
3. 解決 r8169 的方法 請參考 本論壇以前諸多案例
search.php?keywords=r8169&terms=all&aut ... C%E5%B0%8B
4. 有線網卡安裝好合適驅動了 重新開機 歡迎再貼文 再探討無線網卡
5. 如果你暫時用不到 有線網卡 建議先從 Bios 關閉 以後有空再來處理 r8169 的問題 也行
回复