我已经尝试过在论坛和最初的“使用Ubuntu12.04的戴尔Mini 1012无线卡驱动程序”上提供的每一个解决方案。在这里的问题在问Ubuntu和我仍然不能让我的无线网卡工作在我的迷你1210与12.04,其他一切工作良好,但无线网卡。除以下方案外,是否还有其他解决办法:
sudo apt-get install b43-fwcutter或
sudo apt-get install b43-fwcutter firmware-b43-installer发布于 2013-02-26 06:02:22
我不知道这是不是类似的问题。但是我在这里有一个类似的问题的答案:使用ubuntu10.10的WiFi驱动程序问题也许会对你有帮助。试试ndiswrapper.With,你可以在“基本”驱动程序上使用windows驱动程序。我一年前就试过了,没有任何问题就放弃了。
Download it from http://sourceforge.net/projects/ndiswrapper/
Extract the contents of archive.
Open your terminal, cd to the directory where you have extracted it and then run the following commands:
make distclean clean
make
sudo make install
Download WiFi driver (Windows version) from ur vendor pc.
If it's in zip format, extract it. Be sure that you have the *.inf file in driver. Go to folder driver using terminal and run the following commands:
sudo ndiswrapper -i filename***.inf
Check again by running:
ndiswrapper -m
Restart Ubuntu and try again.发布于 2012-07-15 03:48:47
我知道这听起来很奇怪,但我也有类似的问题。
解决方案是将无线路由器上的广播频道更改为较低的数目,如频道1或信道2。
然后在笔记本电脑上发现我的无线连接得很完美,而且只要我愿意,就能一直保持连接。
这很容易做到,而且只需要很少的时间。我希望它对你有用。
https://askubuntu.com/questions/163686
复制相似问题