由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 大牛帮忙看看吧!
相关主题
在ubuntu下怎么装latex?菜鸟求助!靠,装了一把 Kubuntu 9.10 alpha3,无线网歇了
How to change pc wireless mac address under Ubuntu system?求助:ubuntu上不了网(非无线)
Can you guys play ppstream from 64bit linux(debian)Ubuntu下的VPN
VM中routing table消失的问题Linux下什么命令能知道哪个网卡插了线了?
这边高手多,问个简单网络问题How to change mac address?
Re: 问个简单的内网和外网的问题感觉 linux bug 产生的速度大于消失的速度
求助:ubuntu9.04 无线wpa上网失败问一个简单的shell编程问题
在PXE+DHCP+FTP启动后,有可能知道IP吗??ubuntu10.4第一件事就是卸载network manager
相关话题的讨论汇总
话题: wlan0话题: iwconfig话题: rt2x00话题: kconfig话题: rt2800pci
进入Linux版参与讨论
1 (共1页)
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,不知道怎么搞

1 (共1页)
进入Linux版参与讨论
相关主题
ubuntu10.4第一件事就是卸载network manager这边高手多,问个简单网络问题
ath5k: wireless problemRe: 问个简单的内网和外网的问题
【求教】怎么启动usb网卡?求助:ubuntu9.04 无线wpa上网失败
Re: 有没有什么网络函数能够 (转载)在PXE+DHCP+FTP启动后,有可能知道IP吗??
在ubuntu下怎么装latex?菜鸟求助!靠,装了一把 Kubuntu 9.10 alpha3,无线网歇了
How to change pc wireless mac address under Ubuntu system?求助:ubuntu上不了网(非无线)
Can you guys play ppstream from 64bit linux(debian)Ubuntu下的VPN
VM中routing table消失的问题Linux下什么命令能知道哪个网卡插了线了?
相关话题的讨论汇总
话题: wlan0话题: iwconfig话题: rt2x00话题: kconfig话题: rt2800pci