我开始认为,我只是需要接受一个小的损失,并出售我的新ASUS K73E。因为我真的不喜欢计算,当我不得不处理Win生$和这个windows 7 64位在我的新的ASUS比旧的机器与XP更糟糕。
我写信给ASUS,他们只是简单地说“我们不支持Linux”,而罗利克的网站说他们确实支持Linux,但我无法让任何人告诉我罗利克卡可能在我的机器上是什么型号。
有没有人能给我一些有用的建议?
以下是命令lspci nn & lsusb & lsmod & rfkill列表的答案:
di,snd_seq
snd 54244 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
uvcvideo 57374 0
videodev 34361 1 uvcvideo
v4l1_compat 13251 2 uvcvideo,videodev
soundcore 6620 1 snd
snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
psmouse 63677 0
serio_raw 3978 0
lp 7028 0
parport 32635 2 ppdev,lp
fbcon 35102 71
tileblit 1999 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
video 17375 0
output 1871 1 video
vga16fb 11385 1
vgastate 8961 1 vga16fb
ahci 32360 2
di,snd_seq
snd 54244 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
uvcvideo 57374 0
videodev 34361 1 uvcvideo
v4l1_compat 13251 2 uvcvideo,videodev
soundcore 6620 1 snd
snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
psmouse 63677 0
serio_raw 3978 0
lp 7028 0
parport 32635 2 ppdev,lp
fbcon 35102 71
tileblit 1999 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
video 17375 0
output 1871 1 video
vga16fb 11385 1
vgastate 8961 1 vga16fb
ahci 32360 2 编辑#2
lspci
00:00.0 Host bridge: Intel Corporation Device 0104 (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Device 0116 (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5)
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Device 1c49 (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
02:00.0 Network controller: RaLink Device 5390
03:00.0 Ethernet controller: Atheros Communications Device 1083 (rev c0)苏斯b
Bus 002 Device 002: ID 8087:0024
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 13d3:5710 IMC Networks
Bus 001 Device 002: ID 8087:0024
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub谢谢你的建议,因为这给了我一个拉林克RT5390的模型。我现在已经访问了Ralink.com,并(通过Windows 7)下载了驱动程序包(它是一个bz2文件)。我希望我能想出如何安装它。而FYI不能运行su (未经授权?)而且dmidecode不存在(可能需要下载,但在Ubuntu中还没有互联网)
发布于 2012-02-18 16:41:09
好的,现在我们知道是拉林克5390,信不信由你,都是我拥有的同一张卡。我在linuxmint上做了一篇关于这个可以找到这里的文章,然后我将引用该帖子中的链接,该链接涉及到在10.10 Maverick上起床和运行,这应该很好,我还在11.04测试了它,但是没有比10.10更早的。
wifi card Ralink 5390 configuration in Ubuntu 10.10 64 bit
by sahab on Dec.18, 2010, under Ubuntu, ubuntu 10.10
Problem:
Got a brand new HP laptop – HP g62x. Installed ubuntu 10.10 and found that I do not have a wlan interface as one would expect with an active wireless connection.
Thanks to
Great discussion on similar work here @ http://ubuntuforums.org /showthread.php?t=1600498. Just a different card.`
Solution:
I used the above thread to do my work – banged my head against the wall a couple of times but it was fun . I am listing down steps that finally worked for me. But before that, my configurations:
Ubuntu 10.10
64 bit
WPA2 wireless network
OS was freshly installed and there was no specific customization prior to this
RaLink Device 5390. (use lspci to see your model number)
Download the driver from ralinktech.com –> Software –> Linux
Unzip the download zip file anywhere. I did it in the default Downloads directory
cd to the 2010_xxx extracted directory
cd os/linux/
Edit the config.mk file as below:
HAS_ATE=y (no change, it was originally as is)
HAS_WPA_SUPPLICANT=y (no change, it was originally as is)
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y (no change, it was originally as is)
HAS_ANTENNA_DIVERSITY_SUPPORT=y originally was n — this was the only thing I modified)
Go back to the 2010_xx directory
run command ‘make’
Make sure ‘make compile’ exists without errors. I got an error “too many arguments to format” towards the end of the compile but it did compile successfully eventually. And so I ignored the errors. You would see ***errors*** if the compile is not successful. In which, something went wrong and you may need to tweak the makefile or config.mk files before compile is successful.
run command ‘make install’ as root. This is not listed in the README_STA_pci file that comes with downloaded driver zip file. This takes of copying the file to /lib/modules/2.6.35-22-generic/kernel/drivers/net/wireless/rt5390sta.ko. running depmod, creating /etc/Wireless/… folder.
Edit the /etc/modules and add the line at the end of this file
rt5390sta
Edit the file /etc/modprobe.d/blacklist.conf and add the below line to it…
blacklist rt2800pci
Reboot and you should see an ra0 interface when you run the command ‘ifconfig’
You may have to run ‘/etc/init.d/network-manager restart’ command to have it show in the first go.
Once, the wireless icon shows up, look for your wireless SSID and there you go surfing就su而言,您可能希望尝试sudo su -l或只使用sudo su
发布于 2012-02-16 03:34:07
我首先建议确定这台机器中的wifi卡。经过一个快速的谷歌,它似乎是一个集成的英特尔芯片。您能不能运行并发布折叠命令的结果?
lspci
lsusb如果你有机会,我也想知道你的笔记本电脑的确切型号。如果你能把它翻过来,给出所有的东西,除了序列号,那会有帮助的。我问的原因是,华硕网站没有列出这台笔记本电脑的任何类型的拉林克驱动程序,即使是Windows 7。
https://askubuntu.com/questions/104612
复制相似问题