bipbiponlinux has quit [Ping timeout: 248 seconds]
bamvor has joined #cubieboard
discopig has quit [Read error: Connection reset by peer]
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #cubieboard
jelly-home has quit [Ping timeout: 245 seconds]
popolon has quit [Quit: Quitte]
hurtigbuffer has joined #cubieboard
HighJinx has joined #cubieboard
ephedrandrox has joined #cubieboard
bamvor has quit [Quit: Leaving]
ykchavan has joined #cubieboard
fuwei has joined #cubieboard
DropBear_ is now known as DropBear
rz2k has quit []
pkrnj has quit [Ping timeout: 272 seconds]
[7] has quit [Disconnected by services]
TheSeven has joined #cubieboard
\\Mr_C\\ has quit []
pkrnj has joined #cubieboard
hurtigbuffer is now known as jelly-home
pkrnj has quit [Client Quit]
caveat- has quit [Ping timeout: 241 seconds]
caveat- has joined #cubieboard
\\Mr_C\\ has joined #cubieboard
discopig has joined #cubieboard
ykchavan has quit [Ping timeout: 272 seconds]
ykchavan has joined #cubieboard
HighJinx has quit []
dyu has quit [Quit: Leaving]
unixjazz has joined #cubieboard
lunra has joined #cubieboard
diffycat has joined #cubieboard
froy has quit [Ping timeout: 245 seconds]
deasy has joined #cubieboard
froy has joined #cubieboard
oatley has quit [Ping timeout: 245 seconds]
hipboi has joined #cubieboard
rellla has joined #cubieboard
pacopad has joined #cubieboard
HighJinx has joined #cubieboard
ykchavan has quit [Read error: Connection reset by peer]
Freyr has quit [Remote host closed the connection]
Freyr has joined #cubieboard
irreplaceable has joined #cubieboard
unixjazz has quit [Ping timeout: 265 seconds]
unixjazz has joined #cubieboard
lerc_ has quit [Ping timeout: 245 seconds]
akaizen has quit [Remote host closed the connection]
akaizen has joined #cubieboard
jelly has quit [Remote host closed the connection]
jelly has joined #cubieboard
akaizen has quit [Remote host closed the connection]
Martix has joined #cubieboard
unixjazz has quit [Ping timeout: 264 seconds]
Hackelin_ is now known as Hackelin
unixjazz has joined #cubieboard
fuwei has quit [Remote host closed the connection]
unixjazz has quit [Ping timeout: 240 seconds]
unixjazz has joined #cubieboard
focus_it has joined #cubieboard
kludge` has quit [Ping timeout: 264 seconds]
unixjazz has quit [Ping timeout: 246 seconds]
massi has joined #cubieboard
<focus_it>
bfree: thank you for the help earlier regarding sata - after recompiling kernel with the modules options set to yes, CONFIG_SW_SATA_AHCI_PLATFORM=y, CONFIG_SCSI_WAIT_SCAN=y, sda1 boots ok. So now the cubie1 board also runs cubie2 Ubuntu 13.04 described here http://www.gplsquared.com/eoma_boot/eoma_boot.html#Ubunt_13_04_3D
<focus_it>
popolon: thanks - for that link about sound - i do a git pull and recompile and check soon
focus_it has quit [Quit: Leaving]
kludge` has joined #cubieboard
kludge` has quit [Changing host]
kludge` has joined #cubieboard
akaizen has joined #cubieboard
imrance has quit [Read error: Connection reset by peer]
unixjazz has joined #cubieboard
akaizen has quit [Ping timeout: 240 seconds]
akaizen has joined #cubieboard
Martix has quit [Quit: Konversation terminated!]
Martix has joined #cubieboard
unixjazz has quit [Ping timeout: 252 seconds]
cubie has joined #cubieboard
cubie is now known as pirea_cubie
bizarro_1 has joined #cubieboard
wickwire has joined #cubieboard
unixjazz has joined #cubieboard
Cpt-Oblivious has joined #cubieboard
pirea_cubie has quit [Quit: Leaving]
\\Mr_C\\ has quit []
unixjazz has quit [Ping timeout: 272 seconds]
\\Mr_C\\ has joined #cubieboard
unixjazz has joined #cubieboard
pirea has joined #cubieboard
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
beerbaited has joined #cubieboard
wickwire has quit [Remote host closed the connection]
alcides has joined #cubieboard
initbrain has quit [Remote host closed the connection]
herdingcat has joined #cubieboard
guizamboni has joined #cubieboard
eebrah has joined #cubieboard
guizamboni has quit [Quit: Leaving]
herdingcat has quit [Quit: Leaving]
rz2k has joined #cubieboard
deasy has joined #cubieboard
herdingcat has joined #cubieboard
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
irreplaceable has quit [Ping timeout: 246 seconds]
hipboi has quit [Quit: Leaving]
herdingcat has quit [Ping timeout: 245 seconds]
herdingcat has joined #cubieboard
<unixjazz>
!ls
<unixjazz>
!explpm pin-header-space
<unixjazz>
!explpm who
<unixjazz>
!explpm social-network
<unixjazz>
hi all,
<unixjazz>
does anyone here experienced trying to write a value to a gpio (echo 1 > value)
<unixjazz>
and get a write error
eebrah has quit [Ping timeout: 265 seconds]
<unixjazz>
?
<rm>
maybe you're trying "sudo echo 1 > value'
<rm>
this will not work
<unixjazz>
I am experiencing this with both root and the normal user...
<rm>
no idea then
<unixjazz>
and cubie is part of the group gpio
<unixjazz>
so I have the credentials to write...
<unixjazz>
it is weird
<unixjazz>
both root and cubie, and I am getting a write error
<unixjazz>
:S
<unixjazz>
no sudo... as you suggested, rm
focus_it has joined #cubieboard
<unixjazz>
btw, cubie is hell of a sweet board
<focus_it>
unixjaz: did you try cd /sys/class/gpio and echo 1 >export first?
<unixjazz>
focus, I already exported the pins I wanted to use
<unixjazz>
pe[8-11]
<unixjazz>
I am trying to port a program I wrote for the pi
<focus_it>
have you tried putting it into a script and then doing sudo sh scripted_attempt.sh
<unixjazz>
no... but I tried it running it as a script would with sh -c 'echo 1 > value'
<focus_it>
unixjazz: for the pi they have some kind of lib available to do this
<focus_it>
but it should work manually as well as far as i can tell
<unixjazz>
focus_it, check this out:
<unixjazz>
-rw-rw-r-- 1 root gpio 4096 Jan 1 2010 value
<unixjazz>
now I execute the echo command...
<unixjazz>
-rw-rw-r-- 1 root gpio 4096 Oct 12 15:05 value
<unixjazz>
look at the date :)
<unixjazz>
I get the error msg, the value remains 0
<focus_it>
unixjazz: what does it output when you type this: cat /etc/group | grep gpio
<unixjazz>
I mentioned before to rm
<unixjazz>
cubie is part of the group gpio
<unixjazz>
and I tried set the pin with user 'cubie'
<unixjazz>
got no love
<focus_it>
i saw that - just interested to know what is in /etc/group, try it..
<unixjazz>
only cubie is in the group
<unixjazz>
I am the latest stock Cubian img for the A10
<unixjazz>
using*
<unixjazz>
just booted a couple of hours ago :)
<focus_it>
thnx
Guest91315 has quit [Quit: Lost terminal]
<unixjazz>
I can set the pin to be an output or input
<unixjazz>
but value spits an error... I will continue to probe here... if I find something I will report back
massi has quit [Quit: Sto andando via]
eebrah|noPC has joined #cubieboard
smccarthy has joined #cubieboard
n01 has joined #cubieboard
unixjazz has quit [Quit: brb!]
smccarthy has quit [Remote host closed the connection]
beerbaited_ has joined #cubieboard
beerbaited_ has quit [Client Quit]
beerbaited has quit [Ping timeout: 245 seconds]
eebrah|noPC has quit [Ping timeout: 240 seconds]
eebrah|noPC has joined #cubieboard
eebrah|noPC has quit [Ping timeout: 240 seconds]
alcides has quit [Remote host closed the connection]
tpaper has joined #cubieboard
RA3OR has joined #cubieboard
herdingcat has quit [Ping timeout: 245 seconds]
kriegerod has joined #cubieboard
<kriegerod>
hi! anybody knows what exactly are cubietruck pin arrays 2x12 and 2x15? Is there LVDS interface on it? (Or just is it capable to work as LVDS)
unixjazz has joined #cubieboard
danimo has quit [Quit: No Ping reply in 180 seconds.]
danimo has joined #cubieboard
danimo has quit [Client Quit]
danimo has joined #cubieboard
red723 has joined #cubieboard
ganbold_ has quit [Remote host closed the connection]
tpaper has quit [Remote host closed the connection]
rellla has quit [Remote host closed the connection]
red723 has quit [Quit: Verlassend]
deasy has joined #cubieboard
bizarro_1 has quit [Read error: Connection reset by peer]
bizarro_1 has joined #cubieboard
akaizen has quit [Remote host closed the connection]
akaizen has joined #cubieboard
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #cubieboard
tgaz has quit [Ping timeout: 268 seconds]
freq has joined #cubieboard
tgaz has joined #cubieboard
<freq>
does xset -dpms work to keep screen from blacking?
unixjazz has quit [Ping timeout: 252 seconds]
n01 has quit [Read error: Operation timed out]
pirea has quit [Quit: Leaving]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
rz2k has quit []
diffycat has quit [Quit: diffycat]
pirea has joined #cubieboard
RA3OR has quit [Ping timeout: 252 seconds]
mfabel1 has joined #cubieboard
mfabel1 is now known as mfabel
<mfabel>
Does anyone know if the ADCs on the CubieBoard are suitable for audio input?
pirea has quit [Quit: Leaving]
popolon has joined #cubieboard
lerc has joined #cubieboard
pfdm has joined #cubieboard
<pfdm>
!ls
akaizen has quit [Remote host closed the connection]
akaizen has joined #cubieboard
ktosiek has quit [Ping timeout: 246 seconds]
ktosiek has joined #cubieboard
akaizen has quit [Ping timeout: 246 seconds]
exekias has quit [Read error: Operation timed out]
<Danielbrazilian>
kriegerod: the negative point is it does have a mic jack to use skype
<Danielbrazilian>
so i think i should get a usb adapter to use mic and will lost a usb port will need to get a usb hub
<Danielbrazilian>
does it work apps very well? could you do a review of your cubietruck running android and the apps and put on youtube?
focus_that has quit [Quit: Leaving]
focus_it has quit [Quit: Leaving]
<kriegerod>
Danielbrazilian: truck is not shipped yet, it will start to at 14 october
<kriegerod>
i have no truck yet
<kriegerod>
nor any cubieboard
<Danielbrazilian>
oh sorry i say it on ebay and thought it was already available
<Danielbrazilian>
saw*
<Danielbrazilian>
maybe it will ne available in brazil in this day
<kriegerod>
no. manufacture is in china. also i don't think that generic resellers will get it immediately to your country, at last by reasonable price
<kriegerod>
i'd suggest you order it personally now if you desire it so much
<Danielbrazilian>
should i wait that much or get the cubieboard 2 which is available here and there is a mic and headphone jack?
<kriegerod>
you should ask yourself only :)
<Danielbrazilian>
yes that's what i am wondering
<kriegerod>
i find it pity how little public interest is bound to cubietruck now, despite the fact that it will be the most RAM-equipped mini-PC of its kind
<kriegerod>
thus most usable as miniPC
<Danielbrazilian>
yes i really loved it
<Danielbrazilian>
well i met these little pcs long time but got more interested when i found Raspberry Pi project
<Danielbrazilian>
then i found better minipcs such as cubieboard and odroid
<kriegerod>
you want cubie as domestic PC?
<Danielbrazilian>
yes domestic pc like using android as my phone doesnt work much android apps and use as a torrent server/client too