Active Topics

 


Reply
Thread Tools
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#261
The latest update of "hen" has caused me not detect or activate any USB device.
 
Posts: 559 | Thanked: 166 times | Joined on Jan 2010 @ Cyprus
#262
Originally Posted by WhiteWolf View Post
The latest update of "hen" has caused me not detect or activate any USB device.
while I`m waiting for my new female adapter to come, I said, why not test the new version, it might work....end result?Whenever I click mount the application hangs...I don`t even see the unmount button, and I have to force the app close....and while I was booting up in Maemo, the device said 'charging' while I didn`t have the charging cable in the device!.....that`s what happens when we test beta software....ahaha

Last edited by sophocha; 2010-11-12 at 10:43.
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#263
I am also experiencing application hangs and I only open it if I do it from xterm
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#264
The following version of the /opt/mount.sh script seems to mount correctly also multipartition devices. I am not convinced of the unmounting, it seems not to work, or at least unmounting should be confirmed before you proceed quitting hostmode.
For now it's true that it's better to mount and umount by hand so that you have feedback in xterm of what you do

Code:
#!/bin/sh


monta() {
echo mounting
lista=`awk '$4~"[0-9]$"{print $4}' /proc/partitions | grep -v "mmcblk*" | grep -v "loop*"`
for partitions in $lista
    do echo mkdir -p $partitions
    mkdir -p /media/$partitions
    echo mount /dev/$partitions /media/$partitions
    mount /dev/$partitions /media/$partitions
done
}

unmount() {
echo unmounting
lista=`awk '$4~"[0-9]$"{print $4}' /proc/partitions | grep -v "mmcblk*" | grep -v "loop*"`
for partitions in $lista
        do echo umount /media/$partitions
    umount /media/$partitions
done
}    

if [ "$1" = "--mount" ]
    then
        monta
fi

if [ "$1" = "--unmount" ]
    then
        unmount
fi
    
exit
Of course should you should be root to copy it in /opt/mount.sh and chmod 755
__________________
Ernesto de Bernardis


Last edited by debernardis; 2010-11-12 at 11:29.
 

The Following 2 Users Say Thank You to debernardis For This Useful Post:
fw190's Avatar
Posts: 584 | Thanked: 700 times | Joined on Jan 2010
#265
Funny thing. Yesterday I've managed to mount 2 usb sticks for the first time but I had to mount them from x-term. Today I can't mount them anymore. After enumeration the led is lightened bud trying to mount it from x-term gives na error.
__________________
per ardua ad astra
 
Posts: 137 | Thanked: 150 times | Joined on Jan 2010
#266
I am getting "Forced hostmode error: no device attached" with anything I try.
 
Posts: 434 | Thanked: 245 times | Joined on Jan 2010
#267
Now with power kernel 45 I don't have rebooting issue anymore when I close h-e-n (0.2-4) if the battery module is loaded (bq27x00_battery). Also I was able to mount for the first time 3.5" external hard disk and 16GB & 8GB USB sticks, that I wasn't able with previous kernel and h-e-n. For all of them I had to use x-terminal mounting.
 
Posts: 137 | Thanked: 150 times | Joined on Jan 2010
#268
Originally Posted by CormacB View Post
I am getting "Forced hostmode error: no device attached" with anything I try.
My mistake: i2c-tools failed to install because it conflicted with linux-kernel-headers. Sorted that out and I was able to use a keyboard and a couple of mice that I tried.

But after using a mouse kinetic scrolling seems to be messed up.
 
Posts: 559 | Thanked: 166 times | Joined on Jan 2010 @ Cyprus
#269
0.2-5

Any comments on this version?Mine hangs when I click mount
 
Posts: 201 | Thanked: 96 times | Joined on Dec 2009
#270
Originally Posted by CormacB View Post
My mistake: i2c-tools failed to install because it conflicted with linux-kernel-headers. Sorted that out and I was able to use a keyboard and a couple of mice that I tried.

But after using a mouse kinetic scrolling seems to be messed up.
same here.. kinetic scrolling is messed up in browser.. any solution for this?
 
Reply

Tags
bada rox, detection, h-e-n, hostmode, speed, usb host


 
Forum Jump


All times are GMT. The time now is 16:27.