datagutt has quit [Ping timeout: 245 seconds]
silviof1 has joined #imx6-dev
rz2k has quit []
silviof has quit [Ping timeout: 250 seconds]
cnxsoft has joined #imx6-dev
cnxsoft has quit [Ping timeout: 265 seconds]
silviof1 is now known as silviof
Wally has joined #imx6-dev
Wally__ has joined #imx6-dev
Wally__ has quit [Client Quit]
<Wally> Hello, recently I got a problem with a usb stick, and when I lsusb -v -s 001, lsusb just crash and output "Segmentation fault"
<Wally> and I can't access device node "/dev/bus/usb/001/001", seems bus 001 just can't be read. "/dev/bus/usb/002/001" just fine.
<Wally> How do I fix this ?
diego_r has joined #imx6-dev
cnxsoft has joined #imx6-dev
erol_ has joined #imx6-dev
cnxsoft has quit [Ping timeout: 265 seconds]
cnxsoft has joined #imx6-dev
rz2k has joined #imx6-dev
Esmil has quit [*.net *.split]
cnxsoft has quit [Ping timeout: 265 seconds]
Esmil has joined #imx6-dev
JBD1986 has quit [*.net *.split]
obinou_ has quit [*.net *.split]
projectgus has quit [*.net *.split]
epl has quit [*.net *.split]
qball has quit [*.net *.split]
RaYmAn has quit [*.net *.split]
Esmil has quit [*.net *.split]
bfederau has quit [*.net *.split]
tumdedum has quit [*.net *.split]
luka has quit [*.net *.split]
WarheadsSE has quit [*.net *.split]
Wally has quit [*.net *.split]
sjoerd has quit [*.net *.split]
rz2k has quit [*.net *.split]
diego_r has quit [*.net *.split]
ortogonal has quit [*.net *.split]
dv_ has quit [*.net *.split]
erol_ has quit [*.net *.split]
ballock has quit [*.net *.split]
otavio has quit [*.net *.split]
silviof has quit [*.net *.split]
atiti has quit [*.net *.split]
meow` has quit [*.net *.split]
tapani_ has quit [*.net *.split]
hste has quit [*.net *.split]
steeve has quit [*.net *.split]
ragesoss has quit [*.net *.split]
fossxplorer has quit [*.net *.split]
monkeyiqde has quit [*.net *.split]
malik has quit [*.net *.split]
Esmil has joined #imx6-dev
erol_ has joined #imx6-dev
Wally has joined #imx6-dev
bfederau has joined #imx6-dev
tumdedum has joined #imx6-dev
diego_r has joined #imx6-dev
tapani_ has joined #imx6-dev
bard3307 has joined #imx6-dev
ortogonal has joined #imx6-dev
malik has joined #imx6-dev
hste has joined #imx6-dev
luka has joined #imx6-dev
WarheadsSE has joined #imx6-dev
epl has joined #imx6-dev
ragesoss has joined #imx6-dev
RaYmAn has joined #imx6-dev
dv_ has joined #imx6-dev
otavio has joined #imx6-dev
qball has joined #imx6-dev
sjoerd has joined #imx6-dev
silviof has joined #imx6-dev
steeve has joined #imx6-dev
meow` has joined #imx6-dev
obinou_ has joined #imx6-dev
JBD1986 has joined #imx6-dev
monkeyiqde has joined #imx6-dev
rz2k has joined #imx6-dev
fossxplorer has joined #imx6-dev
atiti has joined #imx6-dev
projectgus has joined #imx6-dev
ballock has joined #imx6-dev
<JBD1986> hey guys, how do i disable the eth0 interface entirely (There is no physical ethernet port on our board)?
<JBD1986> via the kernel source I should add
<rz2k> disable FEC support
<rz2k> freescale ethernet controller
<JBD1986> rz2k, thanks, I will give that a try
<rz2k> also you can remove platform data
<rz2k> from your board files
datagutt has joined #imx6-dev
cnxsoft has joined #imx6-dev
rz2k has quit []
<WarheadsSE> ^
cnxsoft has quit [Remote host closed the connection]
<JBD1986> hey guys, I'd like to try the rel_imx_3.10.17_1.0.0_ga kernel on my mx6 device. I'm not familiar with upgrading kernel source.
<JBD1986> How to I upgrade from rel_imx_3.0.35_4.1.0 to the rel_imx_3.10.17_1.0.0_ga, and keep the commits i've made on top of el_imx_3.0.35_4.1.0 ?
<JBD1986> I'm sure there is a term to describe what I'm trying to do here, and if I knew what that is, I could google the process
<Esmil> JBD1986: First you need to make sure there is a device tree file for your imx6 device
<JBD1986> Esmil, I'm thinking i need to rebase
<Esmil> Yeah, that's the git process
<JBD1986> I'm not worried about the device tree just yet
<JBD1986> I'm trying to figure out how to properly upgrade to the new kernel, while keeping my add-on commits
<Esmil> Right, but in order to use the 3.10 kernel on your device, you'll need a device tree file describing the hardware
<JBD1986> I'm not there yet
<Esmil> Anyway. The easiest to do is usually to checkout the ga branch, and then do 'git cherry-pick <my commit>' for each of your own commits
rz2k has joined #imx6-dev
<silviof> Esmil: a git pull --rebase should do the same, or?
<silviof> or better a git rebase --onto should do it
<silviof> :-)
rz2k has quit [Read error: Connection reset by peer]
steeve has quit [Remote host closed the connection]
erol_ has quit [Quit: leaving]
diego_r has quit [Ping timeout: 240 seconds]
steeve has joined #imx6-dev
steeve has quit [Remote host closed the connection]
jas-hacks has joined #imx6-dev
jk_ has joined #imx6-dev
raumzeit has joined #imx6-dev
jk_ has quit [Quit: Leaving]
rz2k has joined #imx6-dev
jas-hacks has left #imx6-dev [#imx6-dev]
<raumzeit> Hi! Has anyone seen this xorg error before:
<raumzeit> "fb memory is not big enough to hold shadow buffer!"
<raumzeit> I get it with wandboard quad, latest wandboard.org 3.10.17-1.0.0 GA kernel and vivante gpu 3.10.17-1.0.0 driver
<raumzeit> I put my complete Xorg.log here: http://pastebin.com/iSHNxgET
<hste> raumzeit: have u tried not setting the fbmem
<raumzeit> yes, I just set it after recognizing the error in the logfile. Before, I had no such option
<raumzeit> btw. I was able to use vivante x11 driver and xorg 1.14 with 3.10.17-1.0.0-beta
<raumzeit> After updating to the GA release, xorg refuses to start properly.
<raumzeit> shouldn't the fbmem option I pass to the kernel allocate more than 8M fb memory? I don't understand where xorg takes the 8167kB video memory from (line 184, Xorg.log)
raumzeit has quit [Ping timeout: 245 seconds]
raumzeit has joined #imx6-dev
bard3307 has quit [Quit: Page closed]
raumzeit has left #imx6-dev [#imx6-dev]
raumzeit1 has joined #imx6-dev
raumzeit1 has quit [Quit: Leaving.]
raumzeit has joined #imx6-dev
bfederau has quit [Read error: Connection reset by peer]
bfederau has joined #imx6-dev