**** BEGIN LOGGING AT Sun Jan 17 02:59:56 2010 Jan 17 06:26:41 has anyone managed to make work on Beagleboard + Ubuntu? **** ENDING LOGGING AT Sun Jan 17 06:31:16 2010 **** BEGIN LOGGING AT Sun Jan 17 06:31:40 2010 Jan 17 07:02:36 gregoiregentil: Lots of people have been using that. It requires a custom kernel, but otherwise should work fairly smoothly. See http://elinux.org/BeagleBoardUbuntu Jan 17 07:03:53 I made it work ;-) Jan 17 07:04:01 Cool! Jan 17 07:04:14 As long as it's not a kernel issue, please report bugs to launchpad. Jan 17 07:04:19 Thanks. my kernel was already working with AI OS. Just a matter to create the right mknod in /dev/snd/... Jan 17 07:04:42 my sound is not a module so perhaps it's the reason why the mknod are not created. Jan 17 07:05:15 Maybe, although I thought that udev was supposed to catch coldplug stuff as long as it was exported to sysfs. Jan 17 07:06:44 perhaps, that may be a good idea indeed Jan 17 07:07:14 Oh, if the driver isn't exporting to sysfs, then it's not going to work whether hotplug or coldplug :) Jan 17 07:07:27 (well, automated mknod at least) Jan 17 12:12:16 fta: hmm. yeah, i saw that piman landed some stuff i proposed ... i will check that later today Jan 17 12:12:44 maybe he landed the right X-compile depending -m32 fix even Jan 17 12:12:50 which would make that patch void Jan 17 19:26:35 asac, did you fix the patch? Jan 17 19:31:44 asac, ..apparently not :( Jan 17 20:39:58 - ['target_arch=="arm" and _toolset=="host"', { Jan 17 20:39:58 + ['target_arch=="arm" and host_arch=="x64" and _toolset=="host"', { Jan 17 20:39:58 'cflags': ['-m32'], Jan 17 20:40:02 asac, ^^ Jan 17 20:41:27 asac, i can't test so let me know if it's good enough for you or if you still need to drop -m32 unconditionally Jan 17 21:56:20 I'm trying to port a patch to mplayer on ubuntu/beagleboard, which includes this piece of assembly: http://git.alwaysinnovating.com/cgit.cgi/ai.openembedded.dev/tree/recipes/mplayer/files/yuv.S Jan 17 21:56:52 the instruction dmb is not recognized when I compile while it's working on my OE build (armv7a) Jan 17 21:57:21 can I replace the assembly dmb instruction by something else? Or what else needs to be changed to make it work? Jan 17 22:20:51 hello Jan 17 22:23:01 some help to get my touchscreen working with karmic ? Jan 17 22:26:32 hardware : ADS7846 Touchscreen .. work fine under Angstrom , but not under karmic ( same kernel/modules/firmware ) Jan 17 22:39:22 ok .. I think I found the problem .. Jan 17 22:40:10 on Angstrom , HAL says : input.x11_driver = 'tslib' (string) Jan 17 22:40:39 and Xorg : (II) config/hal: Adding input device ADS7846 Touchscreen (II) LoadModule: "tslib" Jan 17 22:41:02 but with karmic , HAL says : input.x11_driver = 'synaptics' (string) Jan 17 22:41:24 and Xorg : (II) Synaptics touchpad driver version 1.1.2 (**) Option "Device" "/dev/input/event1" (--) ADS7846 Touchscreen: no supported touchpad found Jan 17 22:41:48 now how can I change this ..? Jan 17 22:47:55 no one ? :( **** ENDING LOGGING AT Mon Jan 18 02:59:56 2010