请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
tuntiankou
帖子: 5
注册时间: 2010-06-07 9:19

请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#1

帖子 tuntiankou » 2014-07-17 2:07

很神奇 在MTK官网下的7601驱动 修改os下的usb-linux文件和common里的id

编译后,加载网卡成功能够连接wifi,但是1分钟后死机,键盘鼠标失去响应,有时候在terminal里ping没问题 但是打开firefox或者其他联网软件就死机

有没有遇到同样的问题,或者又进一步定位的方法呢多谢了?

主板是GIGA B85M系列的
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#2

帖子 poloshiao » 2014-07-17 7:47

把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
sudo lshw -numeric -class network
把結果直接複製 貼上來

目的
看看你的硬件及驅動情況
tuntiankou
帖子: 5
注册时间: 2010-06-07 9:19

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#3

帖子 tuntiankou » 2014-07-17 10:55

感谢大大早上回复,早上特地卸载了默认显卡驱动试了下,装了NV的发布驱动,问题依旧 系统64位的 用的UEFI引导
video
*-display
description: VGA compatible controller
product: GK104 [GeForce GTX 760] [10DE:1187]
vendor: NVIDIA Corporation [10DE]
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:46 memory:f2000000-f2ffffff memory:e8000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f3000000-f307ffff
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: p4p1
version: 06
serial: 74:d4:35:2c:c0:b1
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd 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=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:44 ioport:d000(size=256) memory:f3104000-f3104fff memory:f3100000-f3103fff
*-network
description: Wireless interface
physical id: 2
logical name: ra0
serial: 00:36:76:64:db:f5
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=RALINK WLAN ip=192.168.254.196 multicast=yes wireless=Ralink STA

ra0貌似驱动有问题?
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#4

帖子 poloshiao » 2014-07-17 13:46

product: GK104 [GeForce GTX 760] [10DE:1187]
configuration: driver=nvidia latency=0
1. 目前作用中閉源驅動 nvidia
1-1. nvidia-settings 指令 可以顯示出版本號 以及是否 妥適設定
2. 可以安裝最新閉源驅動 nvidia 340.24 (如果你目前的版本滿意 不一定需要安裝最新版本)
2-1. http://www.nvidia.com/download/driverRe ... 6884/en-us
Version: 340.24
Release Date: 2014.7.8
Supported products
GeForce 700 Series:
GeForce GTX 760
2-2. 安裝方法
http://us.download.nvidia.com/XFree86/L ... index.html
https://help.ubuntu.com/community/NvidiaManual
3. 許多毛病 跟 acpi 有關
正確安裝 顯卡驅動 可以搞定許多 acpi 引起的問題
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
configuration: ... driver=r8169 ... duplex=half ...
4. 目前作用中 驅動 r8169
5. r8169 不是 稱職的驅動 for RTL8111/8168/8411 因為 duplex=half 正常應該是 duplex=full
6. 到這裡 下載合適的驅動
http://www.realtek.com.tw/downloads/dow ... ERTL8118AS
Unix (Linux)
LINUX driver for kernel 3.x and 2.6.x and 2.4.x
8.038
2014/3/4
product: GK104 [GeForce GTX 760] [10DE:1187]
configuration: driver=nvidia latency=0
1. 目前作用中閉源驅動 nvidia
1-1. nvidia-settings 指令 可以顯示出版本號 以及是否 妥適設定
2. 可以安裝最新閉源驅動 nvidia 340.24 (如果你目前的版本滿意 不一定需要安裝最新版本)
2-1. http://www.nvidia.com/download/driverRe ... 6884/en-us
Version: 340.24
Release Date: 2014.7.8
Supported products
GeForce 700 Series:
GeForce GTX 760
2-2. 安裝方法
http://us.download.nvidia.com/XFree86/L ... index.html
https://help.ubuntu.com/community/NvidiaManual
3. 許多毛病 跟 acpi 有關
正確安裝 顯卡驅動 可以搞定許多 acpi 引起的問題
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
configuration: ... driver=r8169 ... duplex=half ...
4. 目前作用中 驅動 r8169
5. r8169 不是 稱職的驅動 for RTL8111/8168/8411 因為 duplex=half 正常應該是 duplex=full
6. 到這裡 下載合適的驅動
http://www.realtek.com.tw/downloads/dow ... ERTL8118AS
Unix (Linux)
LINUX driver for kernel 3.x and 2.6.x and 2.4.x
8.038
2014/3/4
description: Wireless interface
logical name: ra0
configuration: ... driver=RALINK WLAN ... wireless=Ralink STA
7. 沒有出現型號 不容易判斷 驅動是否合適
7-1. sudo lspci -nnvv # 兩個 n 兩個 v
把 無線網卡 那一小段 全部複製 貼上來
7-2. 如果 無線網卡是 USB 卡 增加
sudo lsusb -v
把 無線網卡 那一小段 全部複製 貼上來

8. Ubuntu 預設 由 network manager 管理上網
network manager 預設 同一個時間點 只能有一個網卡上網
另一個網卡成功連上線後 會立刻斷線待機
如果你的無線訊號不良 就可能 有線/無線 時而通 時而斷線 情況
測試連線是否正常情況時 最好把 有線網卡連線設定畫面的 自動連線 打勾取消
這樣 開機 就只有 無線網卡 會啟動連線上網 有線需要手動 才能上網 兩張網卡 就不會相爭
tuntiankou
帖子: 5
注册时间: 2010-06-07 9:19

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#5

帖子 tuntiankou » 2014-07-17 14:19

poloshiao 写了:
product: GK104 [GeForce GTX 760] [10DE:1187]
configuration: driver=nvidia latency=0
1. 目前作用中閉源驅動 nvidia
1-1. nvidia-settings 指令 可以顯示出版本號 以及是否 妥適設定
2. 可以安裝最新閉源驅動 nvidia 340.24 (如果你目前的版本滿意 不一定需要安裝最新版本)
2-1. http://www.nvidia.com/download/driverRe ... 6884/en-us
Version: 340.24
Release Date: 2014.7.8
Supported products
GeForce 700 Series:
GeForce GTX 760
2-2. 安裝方法
http://us.download.nvidia.com/XFree86/L ... index.html
https://help.ubuntu.com/community/NvidiaManual
3. 許多毛病 跟 acpi 有關
正確安裝 顯卡驅動 可以搞定許多 acpi 引起的問題
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
configuration: ... driver=r8169 ... duplex=half ...
4. 目前作用中 驅動 r8169
5. r8169 不是 稱職的驅動 for RTL8111/8168/8411 因為 duplex=half 正常應該是 duplex=full
6. 到這裡 下載合適的驅動
http://www.realtek.com.tw/downloads/dow ... ERTL8118AS
Unix (Linux)
LINUX driver for kernel 3.x and 2.6.x and 2.4.x
8.038
2014/3/4
product: GK104 [GeForce GTX 760] [10DE:1187]
configuration: driver=nvidia latency=0
再次感谢,排查结果我晚上回去发
先请教两个问题
1 NV驱动我下载的是340.24,那么这个结果是否表示我的驱动并没有安装成功?
因为早上比较急 我没屏蔽nouveau
2 板载网卡我是不用的,下次启动我就在bios里屏蔽掉,这个应该不会产生影响吧?

多谢!
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#6

帖子 poloshiao » 2014-07-17 14:43

1 NV驱动我下载的是340.24,那么这个结果是否表示我的驱动并没有安装成功?
因为早上比较急 我没屏蔽nouveau
根據你貼上來的資料 目前作用中的驅動 已是閉源驅動 nvidia 只是不知道版本
nvidia-settings
可以看到版本
http://www.nvidia.com/Download/driverRe ... 2249/en-us
Supported products
GeForce 700 Series:
GeForce ... GeForce GTX 760, GeForce GTX 760 Ti (OEM)
如果是 Ubuntu 14.04
nvidia 版本在 331.38 以上
而且 顯卡表現滿意 就行
不一定要重新安裝最新版本
板载网卡我是不用的,下次启动我就在bios里屏蔽掉,这个应该不会产生影响吧?
可以
tuntiankou
帖子: 5
注册时间: 2010-06-07 9:19

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#7

帖子 tuntiankou » 2014-07-17 19:12

网卡是 USB的 在lspci没找到网卡信息

lsusb信息是这样子的:我很担心是64位下编译驱动引起的问题 但是我不知道怎么诊断
Bus 002 Device 003: ID 148f:760b Ralink Technology, Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.01
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x148f Ralink Technology, Corp.
idProduct 0x760b
bcdDevice 0.00
iManufacturer 1 MediaTek
iProduct 2 802.11 n WLAN
iSerial 3 1.0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 74
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 160mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 8
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x85 EP 5 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x08 EP 8 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x05 EP 5 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x06 EP 6 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x07 EP 7 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x09 EP 9 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Binary Object Store Descriptor:
bLength 5
bDescriptorType 15
wTotalLength 12
bNumDeviceCaps 1
USB 2.0 Extension Device Capability:
bLength 7
bDescriptorType 16
bDevCapabilityType 2
bmAttributes 0x00000002
Link Power Management (LPM) Supported
Device Status: 0x0000
(Bus Powered)
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#8

帖子 poloshiao » 2014-07-17 21:03

Bus 002 Device 003: ID 148f:760b Ralink Technology, Corp.
Ubuntu 14.04
sudo cat /var/lib/usbutils/usb.ids
找到這一段
148f Ralink Technology, Corp.
1706 RT2500USB Wireless Adapter
2070 RT2070 Wireless Adapter
2570 RT2570 Wireless Adapter
2573 RT2501/RT2573 Wireless Adapter
2671 RT2601/RT2671 Wireless Adapter
2770 RT2770 Wireless Adapter
2870 RT2870 Wireless Adapter
3070 RT2870/RT3070 Wireless Adapter
3071 RT3071 Wireless Adapter
3072 RT3072 Wireless Adapter
3370 RT3370 Wireless Adapter
3572 RT3572 Wireless Adapter
3573 RT3573 Wireless Adapter
5370 RT5370 Wireless Adapter
5372 RT5372 Wireless Adapter
5572 RT5572 Wireless Adapter
9020 RT2500USB Wireless Adapter
9021 RT2501USB Wireless Adapter
沒有 760b
還是 找不到 正確型號

你查一下 電腦使用說明書
看看 有沒有 無線網卡 型號
這個 usb.ids 檔案 如果沒有 148f:760b
可能會影響無線網卡驅動是否安裝合適的驅動
tuntiankou
帖子: 5
注册时间: 2010-06-07 9:19

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#9

帖子 tuntiankou » 2014-07-18 0:49

网卡是 360的360wifi 用的ralink 7201芯片,官方没有支持Linux

只能在MTK官网上下载7601的驱动自己编译,然后把设备ID 自己关联上去

我已经考虑换一个网卡了,这个问题已经困扰我一周了,目前好像没什么解决方法

usb.ids列出的芯片系统都是默认支持的么 在哪里可获取Ubuntu或者Fedora的硬件支持列表呢
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请教一下,有没有人遇到过360wifi在Ubuntu下连接网络死机的问题

#10

帖子 poloshiao » 2014-07-18 8:02

目前好像没什么解决方法
把设备ID 自己关联上去
你加上去了嗎
如果還沒 請再貼文
需要加在一個檔案
檔案名稱我再查一下
回复