Le 05/02/2013 15:52, Cristian Rodríguez a écrit :
El 05/02/13 11:23, Guillaume Gardet escribió:
Hi,
here are my tests about latest factory image for beagle (kernel 3.7.2-3-omap2plus).
At boot I get lots of this error message: systemd-udevd[1307]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory
This is expected if multipath tools are not there.
Ok, but it is always bad to see errors on boot. :(
And also this one once: systemd[1]: Cannot add dependency job for unit xdm.service, ignoring: Unit xdm.service failed to load: No such file or directory. See system logs and 'systemctl status xdm.service' for details.
Do you have X installed ? if not you need to switch to multi-user.target has default.
ln -s /usr/lib/systemd/system/multi-user.target /etc/systemd/system/default.target
No X, it is the JeOS image. So, we may need to add this link but if people install X then, they may have problems.
Audio: ok but I installed alsa tools and configured sound using: wget http://guillaume.gardet.free.fr/openSUSE/beagleboard-alsa.conf alsactl -f beagleboard-alsa.conf restore Maybe we could add it in OBS? (I will try something later).
We can add it to /var/lib/alsa/asound.state easily but then, it seems we need to run "alsactl restore".
CPU: bogomips are 175.65/467.41 instead of 262.08/700.57
DSP: ok but still need some modprobe. I guess it may be done in OBS using /etc/modprobe.d/. (I will try it later).
OK, so the kernel does not autoload the needed modules.. :-( do not use /etc/modprobe.d .. see modules-load.d(5) for how to do this the right way. (packages should install tweaks in /usr/lib/modules-load.d/*.conf)
Yes. I need also /etc/modprobe.d/ for options, though. Better to do it in a package or in the JeOS image config file? Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org