[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - Issues with ubuntu-14.01-lxde.14.03.06
Page 1 of 1

Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Sat Mar 08, 2014 10:04 am
by shodruk
ubuntu-14.01-lxde.14.03.06 issues

Re: Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Sat Mar 08, 2014 10:16 am
by shodruk
1. Cannot configure network settings

temporary solution: sudo nm-connection-editor

2. xrandr won't work properly

Re: Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Sat Mar 08, 2014 12:25 pm
by shodruk
Issue:
No sound.

Temporary solution:
$ sudo mkdir /dev/snd
$ sudo mknod -m 660 /dev/snd/controlC0 c 116 0
$ sudo mknod -m 660 /dev/snd/pcmC0D0p c 116 16
$ sudo mknod -m 660 /dev/snd/timer c 116 33
$ sudo chown root:audio /dev/snd/*

nano ~/.asoundrc
---- cut here ----
pcm.!default {
type rate
slave {
pcm "hw:0"
rate 48000
}
converter "samplerate"
}
---- cut here ----

Re: Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Sat Mar 08, 2014 12:30 pm
by aolofsson
shodruk,

Thanks for posting the issues!! We will work on resolving these issues asap. What do you think about using the built in github issue manager for some of these?

https://github.com/parallella/parallella-ubuntu/issues

Andreas

Re: Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Sat Mar 08, 2014 12:45 pm
by shodruk
Thanks. I'll try that.

Re: Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Fri Mar 14, 2014 7:02 pm
by shodruk
In ubuntu-lxde-14.03.06-p16g1.img.gz,
There are some minor file system errors in the BOOT partition.

Re: Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Fri Mar 21, 2014 11:56 pm
by appleiiguy

Re: Issues with ubuntu-14.01-lxde.14.03.06

PostPosted: Sat Mar 22, 2014 3:58 pm
by shodruk
Thanks, appleiiguy!
I'll try that too.