After 3 weeks, and trying everything on the net, I cannot get the notebook to be wireless, one of the chat rooms stated that there is a bug in the kernel that is why I cannot get it to work. It sees it on install but that is all, ifconfig sees it, and nothing I do will make it work. Thanks for all the help.
Announcement
Collapse
No announcement yet.
going back to Windows on ZV6000
Collapse
This topic is closed.
X
X
-
Re: going back to Windows on ZV6000
where all have you tried for that? as that same exact laptop runs Kubuntu just fine. The wireless card is a Broadcom BCM4306 which works just fine with ndiswrapper, and as a matter of fact the LED's also work. I know this laptop as my buddy uses the same exact one. To get your wireless to work do this:
make sure ndiswrapper is installed, if not install it.
Code:# sudo apt-get install ndiswrapper
once ndiswrapper is installed and you have the driver, enter the following commands
Code:# ndiswrapper -i netbc564.inf
now start up the driver
Code:# modprobe ndiswrapper
Linux can be confusing at first, and at times very annoying. Once you get it up and running and have worked with it for a while, you usually change your beliefs and your lifestyle. Linux needs more people to stick with it, give it a chance, and hopefully enjoy it eventually. I hope you didn't get so discouraged that you don't come back and check this post. This reminds of the Ditech commercial if so. Lost another one to Microsoft, I sure hope not though.Richard Johnson (nixternal)<br />Core Developer :: MOTU :: MOTU Council :: Community Council<br />https://launchpad.net/~nixternal<br />http://www.nixternal.com
- Top
- Bottom
Comment