maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   [Announce] USB hostmode beta release (https://talk.maemo.org/showthread.php?t=65232)

joshv06 2010-11-11 17:10

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by Cybergr (Post 870425)
Guys i need your knowledge-advise here..

I had set up my N900 with Multiboot-00 Maemo omap1 kernel and 01-Power-kernel44 fixed all camera issues etc. and all seems to working perfect.

From inside Power-kernel44 i downloaded the H-e-n (USB Hostmode GUI) from application manager after restarting and booted up again normally without any issues in Power-Kernel44, i caught my AF to AF usb adapter and tried to connect to my usb stick (Sandisk SDCZ6 4gb) using the following steps:
1.High Speed Hostmode
2.Turned on 5v VBUS
3.Enumerate the Device
4.Mount it

The result i got was nothing...I can`t see my pen drive into the File Manager at all...Can someone help me on this to get it work please??!!

Thanks in advise.

PS:If i type sudo fdisk -l in the xterm ask me for a password...?!! ;-?

Exact same problem here..

Cybergr 2010-11-11 17:24

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by Cybergr (Post 870425)
Guys i need your knowledge-advise here..

I had set up my N900 with Multiboot-00 Maemo omap1 kernel and 01-Power-kernel44 fixed all camera issues etc. and all seems to working perfect.

From inside Power-kernel44 i downloaded the H-e-n (USB Hostmode GUI) from application manager after restarting and booted up again normally without any issues in Power-Kernel44, i caught my AF to AF usb adapter and tried to connect to my usb stick (Sandisk SDCZ6 4gb) using the following steps:
1.High Speed Hostmode
2.Turned on 5v VBUS
3.Enumerate the Device
4.Mount it

The result i got was nothing...I can`t see my pen drive into the File Manager at all...Can someone help me on this to get it work please??!!

Thanks in advise.

PS:If i type sudo fdisk -l in the xterm ask me for a password...?!! ;-?


Updated to latest kernel-power45 still same results as before..everything seems working ok!!
But still same luck with File Mananger can`t recognise my Pen Drive as described before..!!Some help please!?

sophocha 2010-11-11 17:42

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by Cybergr (Post 870425)
Guys i need your knowledge-advise here..

I had set up my N900 with Multiboot-00 Maemo omap1 kernel and 01-Power-kernel44 fixed all camera issues etc. and all seems to working perfect.

From inside Power-kernel44 i downloaded the H-e-n (USB Hostmode GUI) from application manager after restarting and booted up again normally without any issues in Power-Kernel44, i caught my AF to AF usb adapter and tried to connect to my usb stick (Sandisk SDCZ6 4gb) using the following steps:
1.High Speed Hostmode
2.Turned on 5v VBUS
3.Enumerate the Device
4.Mount it

The result i got was nothing...I can`t see my pen drive into the File Manager at all...Can someone help me on this to get it work please??!!

Thanks in advise.

PS:If i type sudo fdisk -l in the xterm ask me for a password...?!! ;-?

yep, same thing.Power kernel 44, connect my usb flash pen, nothing happens.Is there a way to troubleshoot this?Any commands we can run in terminal to see where the problem is?

Thanks

augustthe 2010-11-11 17:45

Re: [Announce] USB hostmode beta release
 
im having the same problem cant not see my flash drive in file manager my led is blinking but nothing show up ,i update to latest titan power kernel and host gui 2.0.4 sometimes i get "unable to connect'' can anyone help me

anapospastos 2010-11-11 18:02

Re: [Announce] USB hostmode beta release
 
@augustthe @sophocha @Cybergr @joshv06

Did you try to mount manually from xterm? Make the procedure normally(follow the steps into hen hostmode gui) press enumerate and open your xterm. Take root rights and run
Code:

sfdisk -l
to see the name of your device. If it is for example sda run
Code:

mount /dev/sda /media/flash
and you ll see it in your file manager. If you want to unmount it run
Code:

umount /dev/sda

sophocha 2010-11-11 18:10

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by anapospastos (Post 870589)
@augustthe @sophocha @Cybergr @joshv06

Did you try to mount manually from xterm? Make the procedure normally(follow the steps into hen hostmode gui) press enumerate and open your xterm. Take root rights and run
Code:

sfdisk -l
to see the name of your device. If it is for example sda run
Code:

mount /dev/sda /media/flash
and you ll see it in your file manager. If you want to unmount it run
Code:

umount /dev/sda

Thanks for this.Although my usb stick doesn`t even light up, so it must be a dodgy adapter or something.I need to get another one and try one more time and see if I`m lucky.

evan 2010-11-11 18:42

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by anapospastos (Post 870589)
@augustthe @sophocha @Cybergr @joshv06

Did you try to mount manually from xterm? Make the procedure normally(follow the steps into hen hostmode gui) press enumerate and open your xterm. Take root rights and run
Code:

sfdisk -l
to see the name of your device. If it is for example sda run
Code:

mount /dev/sda /media/flash
and you ll see it in your file manager. If you want to unmount it run
Code:

umount /dev/sda


I finally read my usb stick in the file manager, although I had to first manually do
mkdir /media/flash
before I do
mount /dev/sda1 /media/flash
I thought the mount button in the GUI would take care of these.

joshv06 2010-11-11 18:52

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by evan (Post 870628)
I finally read my usb stick in the file manager, although I had to first manually do
mkdir /media/flash
before I do
mount /dev/sda1 /media/flash
I thought the mount button in the GUI would take care of these.

Confirmed, same thing works for me. Bug in H-E-N?

Thanks

augustthe 2010-11-11 19:02

Re: [Announce] USB hostmode beta release
 
Quote:

Originally Posted by evan (Post 870628)
I finally read my usb stick in the file manager, although I had to first manually do
mkdir /media/flash
before I do
mount /dev/sda1 /media/flash
I thought the mount button in the GUI would take care of these.

thanks it works :D

MohammadAG 2010-11-11 19:25

Re: [Announce] USB hostmode beta release
 
Can anyone confirm the newest version's mount button correctly handles multiple devices?
I hope dh_* chmod +x'd the script... if not, try chmod +x /opt/h-e-n/mount.sh in a root shell.


All times are GMT. The time now is 15:04.

vBulletin® Version 3.8.8