![]() |
2010-11-11
, 03:35
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#222
|
There is a new fcam-drivers package, but when I do :
I have error due to the fact that i have hostmode-gui 0.2.3 installed and that it has dependencies with kernel-hostmodeCode:apt-get install fcam-drivers
kernel-hostmode-modules kernel-hosmode-flasher
so I did :
But it does nothing !Code:for x in kernel-hostmode kernel-hostmode-flasher kernel-hostmode-modules do echo -e "Package: $x Pin: release a=unstable Pin-Priority: 1001\n" >> /etc/apt/preferences done
does /etc/apt/preferences have changed on PR1.3
any help ?
BR
Nerfiaux
![]() |
2010-11-11
, 05:10
|
Posts: 557 |
Thanked: 370 times |
Joined on Apr 2010
|
#223
|
hostmode is *safe* from a hw point of view. This includes applying 5V externally at any random point in time, as well as overloading or even shortcircuit of internal 5V supply aka vboost.
It's just the whole musb-core gets confused with vbus applied when it shouldn't, so we have some issues with switching speeds, entering/leaving hostmode, *not* entering peripheral mode, etc. Also, as we need to stop bme, there's not charging during hostmode for now. All this doesn't mean you could break anything - you CAN NOT, as long as you're not using overvoltaged external PSU or other obviously rogue evil crap
I said "enjoy hostmode" - I meant it like that :-) Don't worry!
/j
mini ---------------------- |--------- Female USB 5v battery pack -----------
![]() |
2010-11-11
, 05:53
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#224
|
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ sudo fdisk -l Disk /dev/mmcblk1: 16.0 GB, 16039018496 bytes 255 heads, 63 sectors/track, 1949 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x000b276e Device Boot Start End Blocks Id System /dev/mmcblk1p1 1 1950 15663072+ c W95 FAT32 (LBA) Disk /dev/mmcblk0: 32.0 GB, 32015122432 bytes 4 heads, 16 sectors/track, 977024 cylinders Units = cylinders of 64 * 512 = 32768 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/mmcblk0p1 2 884865 28315648 c W95 FAT32 (LBA) /dev/mmcblk0p2 884866 950401 2097152 83 Linux /dev/mmcblk0p3 950402 974977 786432 82 Linux swap / Solaris
The Following User Says Thank You to debernardis For This Useful Post: | ||
![]() |
2010-11-11
, 07:45
|
|
Posts: 209 |
Thanked: 76 times |
Joined on Mar 2010
|
#225
|
The Following User Says Thank You to bzbnd For This Useful Post: | ||
![]() |
2010-11-11
, 08:04
|
|
Posts: 553 |
Thanked: 183 times |
Joined on Oct 2009
@ Not decided
|
#226
|
While MohammadAG perfects his hostmode gui, the command fdisk might be useful to see the available devices to mount (at present, only /dev/sda1 gets mounted by the gui). Since fdisk is not part of any maemo5 package, I copied the easy debian one from /sbin/fdisk of the debian partition to /sbin/fdisk of the maemo rootfs. It seems to work as expected:
Code:......
The Following User Says Thank You to anapospastos For This Useful Post: | ||
![]() |
2010-11-11
, 08:45
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#227
|
The Following 4 Users Say Thank You to joerg_rw For This Useful Post: | ||
![]() |
2010-11-11
, 09:44
|
|
Posts: 66 |
Thanked: 77 times |
Joined on Jul 2010
@ intheclouds
|
#228
|
The Following 3 Users Say Thank You to mveplus For This Useful Post: | ||
![]() |
2010-11-11
, 09:56
|
Posts: 557 |
Thanked: 370 times |
Joined on Apr 2010
|
#229
|
wizard-mounter
Description: A simple gui for mounting remote shared partition
like samba and nfs, and have it browsable under
the standard file manager.
maybe worth a look at? If it can't do what hostmode needs out of the box, then for sure it should be easy to mod it.
@izzehO: A hub does auto-speed-convert. You can plug everything same time to a single hub in single HS - so multi-device support is already there.
Plug'nPlay though is highly questionable, as we got no proper OTG hardware to autodetect plug in of micro-A, and there's no other way than that to detect plug in of a memstick or any peripheral on that behalf.
[ 1255.652404] usbhid 1-1:1.1: usb_probe_interface - got id [ 1255.652862] /home/builder3/maemo-fremantle-armel-extras-devel/work/kernel-power-2.6.28/drivers/usb/core/inode.c: creating file '004' [ 1255.653198] usb 1-1: New USB device found, idVendor=045e, idProduct=009d [ 1255.653228] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1255.653259] usb 1-1: Product: Microsoft Wireless Optical Desktop® 2.10 [ 1255.653259] usb 1-1: Manufacturer: Microsoft [ 1255.653289] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002 [ 1255.653320] hub 1-0:1.0: port 1 enable change, status 00000303
![]() |
2010-11-11
, 11:01
|
Posts: 306 |
Thanked: 566 times |
Joined on Jan 2010
@ Romania
|
#230
|
........ Plug'nPlay though is highly questionable, as we got no proper OTG hardware to autodetect plug in of micro-A, and there's no other way than that to detect plug in of a memstick or any peripheral on that behalf./j
kernel-hostmode-modules kernel-hosmode-flasher
so I did :
does /etc/apt/preferences have changed on PR1.3
any help ?
BR
Nerfiaux