WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 4.4 wifi setup  (Read 9606 times)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: 4.4 wifi setup
« Reply #15 on: March 27, 2012, 05:09:26 PM »
Hi alanl
Don't use the search box on the top right of this page. Go to the search page by clicking on the search link on the
top left of this page (next to Home) and try again.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: 4.4 wifi setup
« Reply #16 on: March 27, 2012, 05:57:19 PM »
I think it would be beneficial to have a list of known working working wifi/usb devices??
I have been promoting suggesting this since last October!
http://forum.tinycorelinux.net/index.php/topic,11685.msg61965.html#msg61965
as it would help me improve wifi.sh
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: 4.4 wifi setup
« Reply #17 on: March 27, 2012, 06:11:52 PM »
Using ndiswrapper is usually fairly simple from the command line.
$ sudo -s
# ndiswrapper -i /mnt/sda1/tce/your-windows-wireless.INF
# modprobe ndiswrapper
# exit

$ wifi.sh

Note: the -i option is to try to install the Windows driver, make sure both parts, usually two files are at the same path that you specify with the -i option. If you have your Windows directory mounted you specifiy the actuall path to your Windows wireless files. Otherwise copy them to a static location.

HTH
10+ Years Contributing to Linux Open Source Projects.

Offline alanl

  • Newbie
  • *
  • Posts: 48
Re: 4.4 wifi setup
« Reply #18 on: March 29, 2012, 09:02:03 PM »
Thanks Robert.
I followed your instructions but I don`t have any .inf files
just .dlls.
I ran  $ wifi.sh and it said...must be root.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: 4.4 wifi setup
« Reply #19 on: March 29, 2012, 09:07:23 PM »
Unzip your driver package for WindowsXP  and there will be some DriverName.cat, DriverName.sys. and definitely an DriverName.inf file

at the command line enter $:  sudo wifi.sh   
« Last Edit: March 29, 2012, 09:16:37 PM by coreplayer2 »

Offline alanl

  • Newbie
  • *
  • Posts: 48
Re: 4.4 wifi setup
« Reply #20 on: April 01, 2012, 09:07:00 PM »
Success!  Thanks to all for the help.  I would never have
 worked it out by myself......Alan. :)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: 4.4 wifi setup
« Reply #21 on: April 01, 2012, 09:10:26 PM »
Cool   glad you got it worked out  8)