Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Jan 2012
#961
Hello
I'm trying to use an external webcam on my n900
I need help because I am not able to enumerate the device.
Is not showing up for me / dev/video2
How should I do to make it appear? What are the steps?

If I need to install a driver, as I do that?


(sorry if wrong in English, I used google translate)
 
Posts: 306 | Thanked: 566 times | Joined on Jan 2010 @ Romania
#962
here, you are offtopic
maybe you get more considreration on dedicated thread
http://talk.maemo.org/showthread.php?t=65570
__________________
Automatic speed Hostmode
 

The Following User Says Thank You to blue_led For This Useful Post:
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#963
patched ke-recv now can automount usb devices (like sd card), see: http://talk.maemo.org/showpost.php?p...&postcount=152
 

The Following 13 Users Say Thank You to pali For This Useful Post:
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#964
Originally Posted by pali View Post
patched ke-recv now can automount usb devices (like sd card), see: http://talk.maemo.org/showpost.php?p...&postcount=152
You're awesome, I appoint you for honored member of hostmode freemasons :-)

cheers
jOERG
__________________
Maemo Community Council member [2012-10, 2013-05, 2013-11, 2014-06 terms]
Hildon Foundation Council inaugural member.
MCe.V. foundation member

EX Hildon Foundation approved
Maemo Administration Coordinator (stepped down due to bullying 2014-04-05)
aka "techstaff" - the guys who keep your infra running - Devotion to Duty http://xkcd.com/705/

IRC(freenode): DocScrutinizer*
First USB hostmode fanatic, father of H-E-N
 

The Following 2 Users Say Thank You to joerg_rw For This Useful Post:
Posts: 115 | Thanked: 58 times | Joined on Jul 2010
#965
you my friend, are a legend is hen going to update automatically? or do we have to manually install?
 
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#966
HEN isn't going to update anytime soon, because package maintainer is unreachable. If I'm wrong, fix me.

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#967
H-E-N is the family name of three pieces working together:
a) a set of nasty patches to kernel, to make USB hostmode work. Done by me and Paul, then eventually integrated into powerkernel.
b) some tiny but nifty scripts to handle VBUS 5V. Developed by me.
c) some lean GUI app that allows user to talk to a) and b) to start and stop hostmode. Done by MohammadAG.

New developments like above are mostly kernel or kernel related, and thus will not result in a new version of c):H-E-N GUI. So any update will come with either new powerkernel version, or with new version of CSSU if we get ke-recv into it.
Updates to b) though might/should result in a new updated package of c), as they ship with package c) anyway. Of course you as well can simply copy the better scripts to device, as suggested in http://talk.maemo.org/showthread.php...02#post1023402

I hope this clarifies some confusion about H-E-N :-)

cheers
jOERG
__________________
Maemo Community Council member [2012-10, 2013-05, 2013-11, 2014-06 terms]
Hildon Foundation Council inaugural member.
MCe.V. foundation member

EX Hildon Foundation approved
Maemo Administration Coordinator (stepped down due to bullying 2014-04-05)
aka "techstaff" - the guys who keep your infra running - Devotion to Duty http://xkcd.com/705/

IRC(freenode): DocScrutinizer*
First USB hostmode fanatic, father of H-E-N
 

The Following 10 Users Say Thank You to joerg_rw For This Useful Post:
Posts: 306 | Thanked: 566 times | Joined on Jan 2010 @ Romania
#968
Originally Posted by pali View Post
patched ke-recv now can automount usb devices (like sd card), see: http://talk.maemo.org/showpost.php?p...&postcount=152
i don't know what is "the best, RightWay,.." ke-recv or udev rules.
now, i use for myself an udev rule for automount. because i am lazy* the rule point to a custom variant of original h-e-n mount routine and my actual host script ( v2, not public yet ) don't have any mount call.
for same ( * ) reason cdrom rule ( sr* ) is missing
it look like
Code:
KERNEL=="sd*[1-9]",ACTION=="add",RUN+="/opt/host/mount.sh -M %k"
saved in /etc/udev/rules.d directory as 94-automount.rules
"run" section can be modified to point mmount program and above rule is a start point for what the rule should be.
i prefer this because it's easy to be modified

I propose that the ke-recv to handle battery charging, usb type detection is there and boost check also can be, to trigger charging mode.
__________________
Automatic speed Hostmode

Last edited by blue_led; 2012-01-16 at 16:48.
 

The Following 3 Users Say Thank You to blue_led For This Useful Post:
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#969
ke-recv is responsible only for mounting devices. it listen to hal events. in fremantle was mounting usb devices disabled (no reason why). I created patch which enable this feature (and fixed some problems)... Why to not use daemon designed for maemo which can do that?

handling battery charging will be done in bq2415x_charger kernel driver, onece I will write it. it will use power_supply interface (so hal and udev will see it)

usb type detection is done in isp.._charger kernel driver (in upstream, not in 2.6.28) which use standard power_supply interface (and hal listen for events)...
I can try to backport it to kernel-power (and test if it is working...)
 

The Following 7 Users Say Thank You to pali For This Useful Post:
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#970
Originally Posted by Estel View Post
HEN isn't going to update anytime soon, because package maintainer is unreachable. If I'm wrong, fix me.

/Estel
Actually, there is no need to be the maintainer to patch HEN and push a new package to Extras-Devel and, let's face it everyone is using Extras-Devel, the repository system is completely broken.

At least that would be better than having some scripts floating around the thread. There is now a big amount of applications and packages not uploaded to repositories and we shouldn't contribute to that situation.
 

The Following 5 Users Say Thank You to ivgalvez For This Useful Post:
Reply

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


 
Forum Jump


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