First, thanks BuZz for making great distros for the Joggler.
For me, it is making possible what I'd really like to do with the joggler and I'm learning a lot in the process. Linux had an amazing start and history, which I have been an observer of, but haven't really got that into, till now that is... Still better late then never. And it is great to be back in a terminal and on the command line...
I'm hoping to make a home security system. I am using your 12.04 base image. I have got motion working pretty much straight away, which I am still amazed at. But there is a lot of configuration still to do, because I've done none.
I'd like to get the in-built wireless connecting to my router, so I can SSH into the joggler off my PC and hope to do most things remotely this way.
I haven't configured a wireless adaptor before through a gui in Linux, and I'm having a go now through the command line. But something isn't right.
On doing the following :
root@joggler:~# iwconfig wlan0
wlan0 Ralink STA
Is this because there is no driver installed ?
The wireless dongle appears to be there :
root@joggler:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 148f:2770 Ralink Technology, Corp. RT2770 Wireless Adapter
Bus 001 Device 005: ID 1d57:32da
Bus 001 Device 006: ID 1516:8628 CompUSA Pen Drive
Bus 004 Device 002: ID 04b4:1974 Cypress Semiconductor Corp.
But, no MAC address ?
root@joggler:~# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Doing a search on installing drivers, comes up with this :
[all variants] Install linux drivers for ralink rt2870 - Ubuntu Forums
http://ubuntuforums.org/showthread.php?t=960642
What do you think would be the best thing to do ?
I'd like to keep the Ubuntu I'm using as light as possible, so sticking with the command line is much preferable.
Also, in one of the previous posts, improving performance was mentioned. Are some further things I could do to remove or turn off things I don't need, with the ability to put them back later, should I need them.
Thanks in advance for your help.