http://tinycorearm.blogspot.co.ukbmarkus wrote:Cloudcentric@
Thanks for trying. ALSA works fine with the onboard chip. As with others, HDMI sound may require hdmi_drive=2 in the boot coonfig.txt file if TV set recognise Pi as DVI device instead of HDMI.
Wireless is really interesting, let me know your findings.
Bela
truehl wrote:I've got Tiny Core Linux running on the Pi, great. I also got dropbear ssh server running but I have issues with that:
1. how can I start dropbear at system start?
2. how an I login from a terminal (Putty) as root? root will not work, so I created an other user.
3. I can login with this user, but I can't get su. I'm not eable to add a named user to the sudoers!
Any one an idea?
Cloudcentric wrote:I think the latest, but not sure!truehl wrote:I've got Tiny Core Linux running on the Pi, great. I also got dropbear ssh server running but I have issues with that:
1. how can I start dropbear at system start?
2. how an I login from a terminal (Putty) as root? root will not work, so I created an other user.
3. I can login with this user, but I can't get su. I'm not eable to add a named user to the sudoers!
Any one an idea?
What version of PiCore Beta are you using 4.7.3 ??
yes 4.7.3Cloudcentric wrote:http://www.tinycorelinux.net/4.x/armv6
I have installed the updated Midnight Commander and it is a welcome addition, still awaiting my NEW 3G Wired/Wireless Router though!bmarkus wrote:Cloudcentric@
Thanks for trying. ALSA works fine with the onboard chip. As with others, HDMI sound may require hdmi_drive=2 in the boot coonfig.txt file if TV set recognise Pi as DVI device instead of HDMI.
Wireless is really interesting, let me know your findings.
Bela
Dropbear from the TCE readmetruehl wrote:I've got Tiny Core Linux running on the Pi, great. I also got dropbear ssh server running but I have issues with that:
1. how can I start dropbear at system start?
2. how an I login from a terminal (Putty) as root? root will not work, so I created an other user.
3. I can login with this user, but I can't get su. I'm not eable to add a named user to the sudoers!
Any one an idea?
Every thing is running now, except that dropbear will not start at system start! Any idea?Cloudcentric wrote:Dropbear from the TCE readmetruehl wrote:I've got Tiny Core Linux running on the Pi, great. I also got dropbear ssh server running but I have issues with that:
1. how can I start dropbear at system start?
2. how an I login from a terminal (Putty) as root? root will not work, so I created an other user.
3. I can login with this user, but I can't get su. I'm not eable to add a named user to the sudoers!
Any one an idea?
"Use /usr/local/etc/init.d/dropbear start|stop|retart|status to manage service as root"
Have you tried sudo su ?
I can only see these options:Cloudcentric wrote:Every thing is running now, except that dropbear will not start at system start! Any idea?
When you installed dropbear.tcz from the Appbrowser did you choose the 'On Boot' option ?
Code: Select all
A)bout I)nstall O)nDemand D)epends T)ree F)iles siZ)e L)ist S)earch P)rovides K)eywords or Q)uit:No, I use the version without desktop. But it should be possible to get it also started automatically with this version, isn't it?Cloudcentric wrote:I was presuming you have installed the FLWM Desktop Environment as per the readme on the download page for 4.7.3 PiCore and then used the Appbrowser to install additional software !
bmarkus wrote:Cloudcentric@
Wireless is really interesting, let me know your findings.
Bela
Maybe wicd and wicd-gtk would work better for LAN/Wifi as can be used in the CLi ??bmarkus wrote:Cloudcentric@
Wireless is really interesting, let me know your findings.
Bela
Addtruehl wrote:Sorry, still no solution for dropbear Start on Boot without Desktop???
to /opt/bootlocal.sh/usr/local/etc/init.d/dropbear start
I am having the same problem.Cloudcentric wrote: Yes now have a Wireless N 150Mbps Wireless Router and the Security is set to WPA/WPA2 - TKIP/AES, by default
PiCore launches the Command Line "Tiny WiFi Scanning Tool" from the tool bar icon and finds all nearby connections without issue with the correct encryption listed.
Unfortunately it will not except my credentials and have tried various router settings:
WPA - TKIP
54G only WPA - TKIP
54G only WPA - AES
I have tried to launch the wpa-supplicant from the Terminal but it states no drivers found, should not the wpa-supplicant tool be the default like in Raspbian ??
Code: Select all
iwlist wlan0 scanningCode: Select all
tc@box:/opt$ wpa_supplicant -B -Dwext -i wlan0 -c /opt/wpa_supplicant.conf
No drivers enabled
Failed to initialize wpa_supplicant
tc@box:/opt$
Code: Select all
tc@box:/opt$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 046d:c52e Logitech, Inc.
Bus 001 Device 005: ID 2101:8500 ActionStar
Bus 001 Device 006: ID 2101:8501 ActionStar
Bus 001 Device 007: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
Bus 001 Device 008: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
tc@box:/opt$Code: Select all
tc@box:/opt$ wpa_supplicant -?
.
snip
.
.
usage:
wpa_supplicant [-BddhKLqqstuvW] [-P<pid file>] [-g<global ctrl>] \
-i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] [-p<driver_param>] \
[-b<br_ifname>] [-f<debug file>] [-e<entropy file>] \
[-o<override driver>] [-O<override ctrl>] \
[-N -i<ifname> -c<conf> [-C<ctrl>] [-D<driver>] \
[-p<driver_param>] [-b<br_ifname>] ...]
drivers:
options:
-b = optional bridge interface name
-B = run daemon in the background
.
.
.
etc..Code: Select all
pi@raspberry ~ $ wpa_supplicant -?
.
snip
.
.
usage:
wpa_supplicant [-BddhKLqqstuvW] [-P<pid file>] [-g<global ctrl>] \
-i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] [-p<driver_param>] \
[-b<br_ifname>] [-f<debug file>] [-e<entropy file>] \
[-o<override driver>] [-O<override ctrl>] \
[-N -i<ifname> -c<conf> [-C<ctrl>] [-D<driver>] \
[-p<driver_param>] [-b<br_ifname>] ...]
drivers:
wext = Linux wireless extensions (generic)
nl80211 = Linux nl80211/cfg80211
wired = Wired Ethernet driver
none = no driver (RADIUS server/WPS ER)
options:
-b = optional bridge interface name
-B = run daemon in the background
-c = Configuration file
.
.
.
etc..wicd has a long list of dependencies and in piCore term is really a bloated application. Personally I liked it but dropped a year ago against the CLI tool on my x86 laptop.Cloudcentric wrote:Maybe wicd and wicd-gtk would work better for LAN/Wifi as can be used in the CLi ??bmarkus wrote:Cloudcentric@
Wireless is really interesting, let me know your findings.
Bela
Gerrelt wrote:I just found out some more info, I executed the wpa_supplicant command with a question mark.
This will list all de parameters, but it will also list the drivers.
I executed it on piCore and on Raspbian Wheezy.
The result on piCore:On Raspbian Wheezy:Code: Select all
tc@box:/opt$ wpa_supplicant -? . snip . . usage: wpa_supplicant [-BddhKLqqstuvW] [-P<pid file>] [-g<global ctrl>] \ -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] [-p<driver_param>] \ [-b<br_ifname>] [-f<debug file>] [-e<entropy file>] \ [-o<override driver>] [-O<override ctrl>] \ [-N -i<ifname> -c<conf> [-C<ctrl>] [-D<driver>] \ [-p<driver_param>] [-b<br_ifname>] ...] drivers: options: -b = optional bridge interface name -B = run daemon in the background . . . etc..
Note the part between "drivers:" and "options:", on raspbian there are drivers present, on piCore not...Code: Select all
pi@raspberry ~ $ wpa_supplicant -? . snip . . usage: wpa_supplicant [-BddhKLqqstuvW] [-P<pid file>] [-g<global ctrl>] \ -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] [-p<driver_param>] \ [-b<br_ifname>] [-f<debug file>] [-e<entropy file>] \ [-o<override driver>] [-O<override ctrl>] \ [-N -i<ifname> -c<conf> [-C<ctrl>] [-D<driver>] \ [-p<driver_param>] [-b<br_ifname>] ...] drivers: wext = Linux wireless extensions (generic) nl80211 = Linux nl80211/cfg80211 wired = Wired Ethernet driver none = no driver (RADIUS server/WPS ER) options: -b = optional bridge interface name -B = run daemon in the background -c = Configuration file . . . etc..