Re: Drives can't be mounted as a normal user

2009-04-05 Thread Ishwor
partitions just like a root user (maybe > after being asked for authorization). > > Any help will be highly appreciated. Try this: /usr/bin/gnome-mount --block --verbose --hal-udi=/org/freedesktop/Hal/devices/[some_value] [some_value] is a HAL UDI given to you by: /usr/bin

Re: USB..... detected not working since upgrade...

2007-08-24 Thread Ishwor Gurung
blem in my home's router a while ago. I solved this by changing the value in /sys/bus/usb/devices/3-2/bConfigurationValue which was initially 0 to 1. the OP could  possibly wrap this value nicely in ifup so to speak. $ echo -n 1 > /sys/bus/usb/devices/3-2/bConfigurationValue; IMO this happens