jump to navigation

automatic ad-hoc in vista Август 25, 2009

Posted by russenreaktor in wifi.
add a comment

«this guide helps you to share your dsl/cable internet connection without a need of a wireless router using only a windows vista laptop that has a wifi adhoc capabilities

1st: go to control panel and hit on networking. click on manage connections and setup a new wifi adhoc network and for example we’ll name it «wireless»

2nd: after your name the network profile its for you to have it secure or not.

3rd:save your network

4th: go to task scheduler and create a task name it as ‘automatic adhoc’

5th: the program you need to run is called netsh.exe(you can find this at c:/windows/system32/)and add this following

command «wlan connect name=profilename» without the quotes ok. change the profilename into wireless

6th: do not start in windows startup but choose to start it in windows logon

7th: now you’re good to go. everytime you turn on your laptop you can share it in you neighborhood» myownblogtech.blogspot.com

SOLVED: Install WiFi on eee box. Using ndiswrapper. Декабрь 24, 2008

Posted by russenreaktor in linux, wifi.
Tags: , , ,
1 comment so far

I have installed SUSE on eee Box B202. It works but i had a problem with wireless driver installation. I found this tutorial and it helped ;) . Use CD-Disk with Windows drivers from your eee Box package. Just use rt2860 driver.

«Installing Ndiswrapper Drivers: Locate the XP drivers on the install CD that came with the device or if you don’t have it, download them from the manufacturer’s site. Copy the whole contents of the directory containing the XP .inf file to a directory anywhere in your Suse filesystem, e.g in the directory «ndiswrapper» located at /path_to/ndiswrapper. For illustration, suppose the .inf is abcde.inf, now located at /path_to/ndiswrapper/abcde.inf. Open a console and first enter su to get rootly powers. Then enter the command ndiswrapper -i /path_to/ndiswrapper/abcde.inf. Here’s the dialogue:
frednurk@suse110:~> su
Password:
suse110 # ndiswrapper -i /path_to/abcde.inf

All being well you can enter the diagnostic command ndiswrapper -l and receive a positive response something like this:
frednurk@suse110:~> su
Password:
suse110 # ndiswrapper -l
abcde : driver installed
device (2001:3A03) present
suse110 #

If you receive a message like device (2001:3A03) present (alternate driver ), then you have a possible conflict with a Linux native driver and will need to add the name of the Linux driver into the blacklist file located at /etc/modprobe.d/blacklist.

To check whether the kernel module is present, execute the modprobe command as root:
frednurk@suse110:~> su
Password:
suse110 # modprobe ndiswrapper
suse110 #

In this case, no response means success. If you get an error message like «Module ndiswrapper not found», you have a problem.

Ndiswrapper should load at boot time. For some it doesn’t. If you find that it doesn’t, just add the command modprobe ndiswrapper into the bottom of the file boot.ini located at /etc/init.d/boot.ini, and it will load at boot time.
frednurk@suse110:~> su
Password:
suse110 # ndiswrapper -m
adding «alias wlan0 ndiswrapper» to /etc/modprobe.d/ndiswrapper …
suse110 #

Should you need to uninstall ndiswrapper at some time, please follow the examples given on the Ndiswrapper Wiki. All being well, you can now proceed to configure the wireless device in Yast for Internet and LAN access.» swerdna.net.au

NOTSOLVED: How to connect Wii via ad-hoc with notebook and share lan? Ноябрь 2, 2008

Posted by russenreaktor in hack, wifi, windows.
Tags: , ,
add a comment

«Create a secure ad hoc WiFi network on Windows Vista*» intel.com