| View previous topic :: View next topic |
| Author |
Message |
PDrexler
Joined: 27 Jul 2009 Posts: 2
|
Posted: Mon Jul 27, 2009 9:29 am Post subject: Solved: Segement. fault as root with Ubuntu 8.10 (Intrepid) |
|
|
Hi,
I only get a segmentation fault with the CC_demo program when running as root.
I installed /proc/bus/usb/001 by using this manual:
https://help.ubuntu.com/community/VirtualBox/USB:
| Code: | #
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs usbfs-obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb |
For the software I used xxusb_3.14.
Any ideas?
Cheers, Peter
Edit: Solved.
The module didn't show up in the usb device list using lsusb.
After a reboot and one initialization using windows (not sure if needed, it was a check if it shows up there) the device is responding for the root account.
Doh! |
|
| Back to top |
|
 |
aruben
Joined: 08 Jun 2007 Posts: 46 Location: Springfield, OH
|
Posted: Wed Sep 02, 2009 9:16 pm Post subject: |
|
|
Hi Peter,
which version of Virtualbox are you using? I was trying to run the VM-USB in an Ubuntu VM on a VISTA platform. However Virtualbox version 2 did not support all USB calls. The USB memory stick works but not VM-USB.
Any details about your configuration could be helpful.
Thanks
Andreas _________________ Andreas Ruben
WIENER, Plein & Baus, Corp. - Springfield, OH
aruben@wiener-us.com
(937) 324 2420 |
|
| Back to top |
|
 |
PDrexler
Joined: 27 Jul 2009 Posts: 2
|
Posted: Fri Sep 04, 2009 4:44 am Post subject: |
|
|
Hi Andreas,
sorry, I am not using Virtualbox. I was just referring to this guide for the code I used for setting up the devices (in Intrepid these lines in /etc/init.d/mountdevsubfs.sh were removed).
Peter |
|
| Back to top |
|
 |
|