h****b 发帖数: 157 | 1 HP slimline 装ubuntu 11.04,因为自带wifi,装了个rt5390 driver, instruction是
follow
http://atinfinity.wordpress.com/2011/05/21/ralink-rt5390-wi-fi-
一切正常,iwconfig 显示
wlan0 Ralink STA essid:“”
mode:auto freq: 2.412ghz access point: not assotiated
bit rate:1mbps
.....
ifconfig -a
wlan0 Link encap:ethernet hwaddr:68:a3:c4:94:79:88
.............
不过, sudo ifconfig wlan0 up显示
SIOCSIFFLAGS: OPERATION NOT PERMITTED
sudo iwconfig wlan0 essid foo
然后用iwconfig看还是没变化
大牛指点吧,搞定给5个包子。。。谢谢了 |
N****w 发帖数: 21578 | 2 haha 装 kernel 3.0 吧
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.gi
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/
rt2x00/Kconfig
index e7e361e..d7e27b3 100644 (file)
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -96,15 +96,12 @@ config RT2800PCI_RT35XX
config RT2800PCI_RT53XX
bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)"
depends on EXPERIMENTAL
- default n
+ default y
---help---
This adds support for rt53xx wireless chipset family to the
rt2800pci driver.
Supported chips: RT5390
- Support for these devices is non-functional at the moment and is
- intended for testers and developers.
-
endif
【在 h****b 的大作中提到】 : HP slimline 装ubuntu 11.04,因为自带wifi,装了个rt5390 driver, instruction是 : follow : http://atinfinity.wordpress.com/2011/05/21/ralink-rt5390-wi-fi- : 一切正常,iwconfig 显示 : wlan0 Ralink STA essid:“” : mode:auto freq: 2.412ghz access point: not assotiated : bit rate:1mbps : ..... : ifconfig -a : wlan0 Link encap:ethernet hwaddr:68:a3:c4:94:79:88
|
h****b 发帖数: 157 | 3 谢谢。3.0都自带需要的driver?
看到过ubuntu11.04可以用windows的wirelss driver,不知道怎么搞 |
N****w 发帖数: 21578 | 4 人家都 check-in 了。。
保险的办法是看 ubuntu 里有 3.0 的 kernel 了
直接装上就行
【在 h****b 的大作中提到】 : 谢谢。3.0都自带需要的driver? : 看到过ubuntu11.04可以用windows的wirelss driver,不知道怎么搞
|
h****b 发帖数: 157 | 5 update to 3.0. but wlan0 disappeared.. guess being removed.: ( |
N****w 发帖数: 21578 | 6 http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.0-oneiric/
http://www.ramoonus.nl/2011/05/linux-kernel-3-0-0-release-candi
后果自负
Installation Guide
Download the kernel headers package;
linux-headers-3.0.0-0300rc1_3.0.0-0300rc1.201105310830_all.deb
And the appropriate package for your system
linux-headers-3.0.0-0300rc1-generic_3.0.0-0300rc1.201105310830_amd64.deb
And the accompanying compiled kernel;
linux-image-3.0.0-0300rc1-generic_3.0.0-0300rc1.201105310830_amd64.deb
Install the files in the same order (else it won`t work!)
In the terminal run:
sudo update-grub
Reboot and select the kernel from the bootloader menu
If it`s not there check all steps (and of course for errors)
【在 N****w 的大作中提到】 : 人家都 check-in 了。。 : 保险的办法是看 ubuntu 里有 3.0 的 kernel 了 : 直接装上就行
|
N****w 发帖数: 21578 | 7 lsmod 能看到啥
有 rt2800pci 么
【在 h****b 的大作中提到】 : update to 3.0. but wlan0 disappeared.. guess being removed.: (
|
z*****a 发帖数: 471 | 8 曾经有个东东叫做 ndiswrapper,这个在很久之前用过,另一个叫madwifi好像,类似
功能,没用过。
【在 h****b 的大作中提到】 : 谢谢。3.0都自带需要的driver? : 看到过ubuntu11.04可以用windows的wirelss driver,不知道怎么搞
|