Search Results

by Jacob
Sun Apr 17, 2011 4:39 pm
Forum: Robotics
Topic: HOW-TO: Make a Remote Controlled vehicle with an SBC
Replies: 24
Views: 136606

Re: HOW-TO: Make a Remote Controlled vehicle with an SBC

I got it Type vi /etc/init.d/mystartup.sh In your new file enter #!/bin/sh ifconfig wlan0 down iwconfig wlan0 mode ad-hoc iwconfig wlan0 essid 'test' iwconfig wlan0 key 1234567890 ifconfig wlan0 up ifconfig wlan0 192.168.1.2 Type chmod +x /etc/init.d/mystartup.sh update-rc.d mystartup.sh defaults 10...
by Jacob
Sat Apr 16, 2011 7:30 pm
Forum: Robotics
Topic: HOW-TO: Make a Remote Controlled vehicle with an SBC
Replies: 24
Views: 136606

Re: HOW-TO: Make a Remote Controlled vehicle with an SBC

This does not appear work on my SBC2.

find / -name *usb-wifi*
returns /lib/udev/rules.d/60-usb-wifi.rules

Which contains

SUBSYSTEM=="net", SUBSYSTEMS=="usb", KERNEL=="wlan*", RUN+="wifi.agent"


Does this work on the SBC2?