Turl changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
kozy_ has quit [Remote host closed the connection]
kozy has joined #linux-sunxi
Andy-D has joined #linux-sunxi
GrimKriegor has quit [Read error: Connection reset by peer]
sunshavi has joined #linux-sunxi
<sunshavi> Hi There. My board opi+2e has armbian jessie installed. pulseaudio fail to load, the reason seems to be the hdmi sound. Question is:
<sunshavi> Is it possible not to load the hdmi sound blaclisting a module?
GrimKriegor has joined #linux-sunxi
<sunshavi> or perhaps fixing the hdmi sound on my armbian-jessie-kernel-module with the latest version?
<beeble> no idea about armbian
<beeble> but thats probably a 3.4 kernel right?
<beeble> if so i would take a look at the fex file, there should be an option to disable the hdmi audio path i guess
<beeble> adding hdmi.audio=0 to your bootargs could also help
<sunshavi> beeble: yes it is 3.4
<sunshavi> ok I am going to try it. from this machine where I am logged on irc
<sunshavi> beeble: would You mind watching my pulseaudio log?
<beeble> sorry not familiar with pulseaudio
<sunshavi> beeble: no problem. I am going to try it and report back
inode has quit [Quit: ]
<sunshavi> on my fex file. I have several hdmi entries. You could see:
<sunshavi> Should I add "hdmi.audio=0" before those ones?
<beeble> no, the hdmi.audio=0 is for the kernel commandline
<sunshavi> uboot?
<beeble> yes, or some userenv.txt or similiar if armbian provides something like that
<beeble> take a look at /boot/
<sunshavi> when I was installing the distro on the micro-sd. I did that
<sunshavi> boot.cmd
scream has quit [Remote host closed the connection]
<sunshavi>
<beeble> if they don't provide a way to inject some bootargs you need to rebuild your boot.cmd
<beeble> yes, add it there. but no guarantee that it will work, no idea how the armbian guys patch their kernel sources
<sunshavi> "mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr "
<beeble> exactly
sunshavi has quit [Remote host closed the connection]
ninolein_ has quit [Ping timeout: 265 seconds]
ninolein has joined #linux-sunxi
sunshavi has joined #linux-sunxi
<sunshavi> beeble: hdmi audio is still loaded. Even I have added hdmi.audio=0 on bootargs
<sunshavi> i am going to revert back that change :)
<beeble> best to ask in the armbian forum then
<sunshavi> beeble: ok. thanks
<wens> montjoie: move the compatible out of sunxi-h3-h5.dtsi and into the two h3/h5 specific dtsi files
popolon has quit [Quit: WeeChat 2.0.1]
willmore has joined #linux-sunxi
soderstrom has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
kloczek_ has joined #linux-sunxi
liushuyu has joined #linux-sunxi
kloczek has quit [Ping timeout: 252 seconds]
kloczek_ is now known as kloczek
tllim has joined #linux-sunxi
tllim has quit [Client Quit]
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-sunxi
cnxsoft1 is now known as cnxsoft
dddddd has quit [Remote host closed the connection]
victhor has quit [Remote host closed the connection]
lurchi__ is now known as lurchi_
TheSeven has quit [Ping timeout: 265 seconds]
JohnDoe_71Rus has joined #linux-sunxi
nuuuciano has quit [Remote host closed the connection]
nuuuciano has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 240 seconds]
dwaltrs has left #linux-sunxi [#linux-sunxi]
soderstrom has quit [Ping timeout: 252 seconds]
swiftgeek has quit [Ping timeout: 264 seconds]
f0xx has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
BenG83 has joined #linux-sunxi
JohnDoe9 has joined #linux-sunxi
IgorPec has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 256 seconds]
nuuuciano has quit [Ping timeout: 256 seconds]
SP7RT_ has quit [Ping timeout: 264 seconds]
<montjoie> icenowy[m]: wens thanks, will do it
f0xx has quit [Ping timeout: 252 seconds]
rpd_ has joined #linux-sunxi
rpd_ has quit [Changing host]
rpd_ has joined #linux-sunxi
rpd_ has quit [Quit: leaving]
rpd_ has joined #linux-sunxi
rasp has joined #linux-sunxi
<KotCzarny> smaeul: thanks!
skiboy has joined #linux-sunxi
<skiboy> Wow! There's an Orange Pi with the H6 now!
<KotCzarny> yes, and more to come
<KotCzarny> with usb3 and pcie
<skiboy> niiiiiiiice
<skiboy> I've been waiting for this one
<skiboy> If it has pcie... Could you actually wire up a way to get an external GPU to work with it?
<KotCzarny> who knows, but keep in mind it will be probably pcie x1 link only
<KotCzarny> more interesting would be adding multiple gigabit ports card
<skiboy> The H6 has an impressive amount of features and power... I wonder what crazy things we could make it do
<KotCzarny> right know folks are trying to make it work with uboot/kernel
<skiboy> The bummer about CPUs like this is it takes a long time for all of the features to actually get mainlined
<KotCzarny> be happy there are maniacs who actually do it on their free time
<skiboy> I'm very happy
<skiboy> I just wish Allwinner would take the Intel approach and get it mainlined way in advance
<skiboy> Even I would be ordering their chips in large amounts at that point and try to make my own designs
<KotCzarny> do you think allwinner quality code would make it into mainline?
<KotCzarny> :>
<skiboy> fair point
<skiboy> Even though pcie x1 wouldn't really run any modern graphics cards, it can drive a few sata connections and make a low-cost RAID NAS
<BenG83> I really need to start playing with my PineH6 prototype board, but too much stuff going on at once...
<KotCzarny> hire some devs in india? to offload the tasks? ;)
<skiboy> Frankly, if we could get OpenCL working on the SoC's GPU, I would try to figure out a way to have them communicate to run a small cluster
<BenG83> if H6 works well, you could probabl convice Tl Lim to make a H6 SO module :)
<KotCzarny> how would you route usb3/pcie out of it?
<skiboy> No idea. I'd have to look at the datasheet
<beeble> KotCzarny: not that hard
<BenG83> routing USB3/PCIe is similar to routing GbE
<KotCzarny> but will make it incompatible with earlier boards, yes?
gzamboni has quit [Read error: No route to host]
<BenG83> probably yeah, but that is mostly the case for those SO modules with different SoC
<BenG83> I used some Toradex/Enclustra SO modules and they are partly exchangable within the same family
<BenG83> but mostly not
gzamboni has joined #linux-sunxi
<BenG83> for the Pine cluster board they could be made compatible I guess since that uses not a lot of pins
<BenG83> baseboard not so mcuh
<beeble> skiboy: take a rk3399 board and you get opencl with t864 working right now
<skiboy> sweet
<BenG83> maybe the Pine RK3399 prototypes will be ready for FOSDEM
yann has quit [Ping timeout: 260 seconds]
fkluknav has joined #linux-sunxi
SP7RT has joined #linux-sunxi
VargaD has joined #linux-sunxi
TheSeven has joined #linux-sunxi
VargaD has quit [Quit: ZNC - http://znc.in]
VargaD has joined #linux-sunxi
clemens3 has joined #linux-sunxi
cmeerw has joined #linux-sunxi
<icenowy[m]> I cannot even promise Pine H64 prototypes will be ready for FOSDEM
BenG83 has quit [Ping timeout: 256 seconds]
elros_ has joined #linux-sunxi
SP7RT has quit [Ping timeout: 248 seconds]
tuxillo has joined #linux-sunxi
reinforce has joined #linux-sunxi
bonbons has joined #linux-sunxi
pgreco has joined #linux-sunxi
rpd_ has quit [Quit: leaving]
liushuyu has quit [Quit: liushuyu]
cnxsoft has quit [Quit: cnxsoft]
elros_ has quit [Quit: Communi 3.5.0 - http://communi.github.com]
JohnDoe9 has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
victhor has joined #linux-sunxi
<skiboy> I went ahead and added an H6 column to the status matrix on the wiki, now that a board has been released
<pgreco> wens: looking at your patch https://patchwork.kernel.org/patch/10011849/
<pgreco> wens: what to you need me to test on my bpi-m1 so it can be added to that list?
Andy-D_ has joined #linux-sunxi
Andy-D has quit [Ping timeout: 240 seconds]
dddddd has joined #linux-sunxi
<wens> huh? just send a patch (that you've tested) to enable it
<pgreco> wens: me?????
<pgreco> are we talking about the same patch??
<wens> that patch has already been merged
<pgreco> Yes, I know
<pgreco> i want to add bpi-m1 to that list
<wens> so enable hdmi in the bpi-m device tree
<wens> test it
<wens> and send a patch
<pgreco> I will, thanks, just was asking about any extra steps needed
<wens> nope, same as any other patch enabling some hardware
<skiboy> I went ahead and started up a page and sorted out the categories: https://linux-sunxi.org/Xunlong_Orange_Pi_One_Plus
Andy-D__ has joined #linux-sunxi
SP7RT has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 248 seconds]
skiboy has quit [Quit: Leaving]
IgorPec has quit [Quit: Nettalk6 - www.ntalk.de]
Wizzup has quit [Quit: leaving]
IgorPec has joined #linux-sunxi
Wizzup has joined #linux-sunxi
GrimKriegor has quit [Read error: Connection reset by peer]
kloczek has quit [Read error: Connection reset by peer]
f0xx has joined #linux-sunxi
skiboy has joined #linux-sunxi
GrimKriegor has joined #linux-sunxi
BenG83 has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
gzamboni has quit [Quit: Ex-Chat]
gzamboni has joined #linux-sunxi
Andy-D_ has joined #linux-sunxi
<paulk-gagarine> anyone here with experience regarding the lamobo r1 dsa switch?
Andy-D__ has quit [Ping timeout: 248 seconds]
<paulk-gagarine> I can bridge lan and wan ports together but eth0 can't ping my router anymore
<beeble> if you have a dsa switch you usualy have your "virtual" ports defined in the dsa config. you have to use your virtual ports and not eth0 anymore. have the interface up but not configured
BenG83 has quit [Ping timeout: 248 seconds]
BenG83 has joined #linux-sunxi
BenG83 has quit [Ping timeout: 248 seconds]
<paulk-gagarine> beeble, I do use the lan1..4 and wan ports for bridging, which works
<paulk-gagarine> but I also want to bridge my cpu interface in that same group
<paulk-gagarine> I guess I have no virtual port for the cpu
fkluknav has quit [Ping timeout: 260 seconds]
BenG83 has joined #linux-sunxi
<beeble> not entirely sure what you are trying to achieve. your configuration sounds standard enough. bring eth0 up, create a bridge lan, add the lan1 to 4 interface. bring the wan interface up. assign an ip to the lan bridge and the wan interface (or run dhcp)
<beeble> your cpu will be reachable from both ips
<wens> there is no "cpu interface"
<beeble> in lack of better terms eth0 is the interface between the switch and the cpu
<wens> the dsa will route packets from each physical port to the soc, the kernel will properly sort the packets to each lan/wan interface
<wens> so as beeble said, bring eth0 up, but don't use it
clemens3 has quit [Ping timeout: 264 seconds]
aalm has quit [Ping timeout: 256 seconds]
Nyuu has quit [Ping timeout: 248 seconds]
aalm has joined #linux-sunxi
<paulk-gagarine> beeble, wens, actually I had to create another virtual interface
<paulk-gagarine> tagger for vlan 1 (default)
<paulk-gagarine> and then I could dhcpcd that one
<paulk-gagarine> configuring the bridge interface doesn't work apparently
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
gzamboni has quit [Ping timeout: 260 seconds]
<beeble> worked for me with a 88e6171, but no idea about the broadcom one on the lamobo
elros has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
<wens> the bcm chip is a bit hard to get to work :/
<wens> afaik the chip doesn't have proper vendor tags, so vlan tags are a must
Nyuutwo has joined #linux-sunxi
aalm has quit [Quit: xyz 1.9.1]
aalm has joined #linux-sunxi
DonkeyHotei has quit [Ping timeout: 265 seconds]
<KotCzarny> lamobo one is special
<KotCzarny> needed special tickling to make it work
<KotCzarny> and dsa was buggy for it for some time, havent checked what is their current status
Keziolio has quit [Ping timeout: 264 seconds]
<BenG83> icenowy[m], does H6 boot linux in some form already?
Keziolio has joined #linux-sunxi
nuuuciano has joined #linux-sunxi
paulk-gagarine has quit [Quit: Leaving]
fkluknav has joined #linux-sunxi
DonkeyHotei has joined #linux-sunxi
fkluknav has quit [Ping timeout: 256 seconds]
aalm has quit [Ping timeout: 248 seconds]
elros has quit [Ping timeout: 248 seconds]
freemangordon has quit [Ping timeout: 248 seconds]
plaes has quit [Ping timeout: 248 seconds]
pgreco has quit [Ping timeout: 248 seconds]
lurchi__ has quit [Ping timeout: 248 seconds]
sunshavi has quit [Ping timeout: 248 seconds]
agraf has quit [Ping timeout: 248 seconds]
cyrozap has quit [Ping timeout: 248 seconds]
elros has joined #linux-sunxi
SP7RT has quit [Ping timeout: 248 seconds]
pmpp has quit [Ping timeout: 248 seconds]
anarsoul has quit [Ping timeout: 248 seconds]
juri_ has quit [Ping timeout: 248 seconds]
igraltist has quit [Ping timeout: 248 seconds]
cosm has quit [Ping timeout: 248 seconds]
miasma has quit [Ping timeout: 248 seconds]
sunshavi has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
plaes has joined #linux-sunxi
plaes has joined #linux-sunxi
plaes has quit [Changing host]
miasma has joined #linux-sunxi
igraltist has joined #linux-sunxi
SP7RT has joined #linux-sunxi
juri_ has joined #linux-sunxi
pmpp has joined #linux-sunxi
cosm has joined #linux-sunxi
freemangordon has joined #linux-sunxi
agraf has joined #linux-sunxi
cyrozap has joined #linux-sunxi
anarsoul has joined #linux-sunxi
scream has joined #linux-sunxi
elros has quit [Quit: IRC for Sailfish 0.9]
netlynx has quit [Quit: Ex-Chat]
BenG83 has quit [Remote host closed the connection]
BenG83 has joined #linux-sunxi
tllim has joined #linux-sunxi
popolon has joined #linux-sunxi
<KotCzarny> smaeul: something is weird with that repacked pdf, toc is generated twice, hehe
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
clemens3 has joined #linux-sunxi
f0xx has quit [Ping timeout: 240 seconds]
BenG83 has quit [Ping timeout: 250 seconds]
tl_lim has joined #linux-sunxi
tllim has quit [Ping timeout: 255 seconds]
aalm has joined #linux-sunxi
<icenowy[m]> BenG83: via FEL?
<smaeul> KotCzarny: you mean the metadata? probably because I combined two PDFs: one with the first 694 pages and the other with page 696-end
<KotCzarny> that might be it, also toc breaks after some pages around that mark
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
IgorPec has joined #linux-sunxi
Jagan has joined #linux-sunxi
Jagan has quit [Ping timeout: 260 seconds]
IgorPec has quit [Ping timeout: 248 seconds]
popolon has quit [Quit: WeeChat 2.0.1]
Ntemis has joined #linux-sunxi
BenG83 has joined #linux-sunxi
BenG83_ has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 265 seconds]
JohnDoe_71Rus has joined #linux-sunxi
liushuyu has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
soderstrom has joined #linux-sunxi
fkluknav has joined #linux-sunxi
anarsoul has quit [Read error: Connection reset by peer]
BenG83_ has quit [Ping timeout: 248 seconds]
lurchi__ has quit [Remote host closed the connection]
lurchi_ has joined #linux-sunxi
jstein has quit [Read error: Connection reset by peer]
liushuyu has quit [Quit: liushuyu]
liushuyu has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
fkluknav has quit [Ping timeout: 248 seconds]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
liushuyu has quit [Quit: liushuyu]
reinforce has quit [Remote host closed the connection]
reinforce has joined #linux-sunxi
soderstrom has quit [Ping timeout: 240 seconds]
liushuyu has joined #linux-sunxi