[opensuse-arm] Beagleboard xM Factory image tests
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 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. 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). 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). Ethernet: ok SD/MMC: ok UART: ok USB: ok DVI: NO output whereas omapdrm module is loaded. "dmesg | grep drm" returns: [ 15.567138] [drm] Initialized drm 1.1.0 20060810 [ 15.776214] omapdrm: module is from the staging directory, the quality is unknown, you have been warned. [ 16.004364] omapdrm omapdrm.0: DMM not available, disable DMM support [ 16.011444] omapdrm omapdrm.0: dvi has no driver.. skipping it [ 16.023498] [drm] Cannot find any crtc or sizes - going 1024x768 [ 16.254211] fb0: omapdrm frame buffer device [ 16.258789] drm: registered panic notifier [ 16.263244] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 16.270294] [drm] No driver support for vblank timestamp query. [ 16.276611] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0 yast2-firstboot not loaded on firstboot whereas config.sh has: #====================================== # Trigger yast2-firstboot on first boot #-------------------------------------- touch /var/lib/YaST2/reconfig_system If I touch it manually and then reboot, nothing is done either. Once rebooted, I have some problem with serial console. Some key pressed are not shown and I get the following message: stty: standard input: unable to perform all requested operations Another reboot (from ssh) and the problem seems to be gone. Very strange. We may also add the following packages to JeOS: * alsa tools (said earlier in this mail) * command-not-found (but it requires some python packages :( ) * wget (usefull to download things from cmd line) Oh, and heartbeat led does not blink anymore. Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
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.
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
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).
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) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
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
On Wed 06 Feb 2013 06:54:50 AM CLST, Guillaume Gardet wrote:
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.
No, they just will have to change the default target (equivalent to the old-days "runlevel") to graphical.target
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".
alsa restore is called by alsa-restore.service ..
Yes. I need also /etc/modprobe.d/ for options, though. Better to do it in a package or in the JeOS image config file?
If the needed modules and options are very specific to this board, then doing it in the jeos config file is ok, as long as you are using /etc.. -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Cristian Rodríguez
-
Guillaume Gardet