hhtinker.blogspot.com hhtinker.blogspot.com

hhtinker.blogspot.com

Alex's Handheld Tinkering

Thursday, 6 November 2008. Kernel changes for USB host. You'll need to enable OHCI under USB host. I have been disabling USB gadget (client) support and I haven't tested what happens if you have both host and client enabled. I assume though that host probably takes precedence. To control them within Linux (or a kernel module like GPIOed if you're using our older linux-hnd kernels). Including a tarball of a bare bones Debian image. I just install gcc, git-core and such on there and compile stuff on th...

http://hhtinker.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR HHTINKER.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

February

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 14 reviews
5 star
8
4 star
3
3 star
3
2 star
0
1 star
0

Hey there! Start your review of hhtinker.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • hhtinker.blogspot.com

    16x16

  • hhtinker.blogspot.com

    32x32

CONTACTS AT HHTINKER.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Alex's Handheld Tinkering | hhtinker.blogspot.com Reviews
<META>
DESCRIPTION
Thursday, 6 November 2008. Kernel changes for USB host. You'll need to enable OHCI under USB host. I have been disabling USB gadget (client) support and I haven't tested what happens if you have both host and client enabled. I assume though that host probably takes precedence. To control them within Linux (or a kernel module like GPIOed if you're using our older linux-hnd kernels). Including a tarball of a bare bones Debian image. I just install gcc, git-core and such on there and compile stuff on th...
<META>
KEYWORDS
1 alex's handheld tinkering
2 posted by alex
3 no comments
4 5 comments
5 command
6 cat /dev/urandom /dev/dsp
7 mic select irrelevant
8 4 comments
9 labels alsa
10 1 comment
CONTENT
Page content here
KEYWORDS ON
PAGE
alex's handheld tinkering,posted by alex,no comments,5 comments,command,cat /dev/urandom /dev/dsp,mic select irrelevant,4 comments,labels alsa,1 comment,hello,older posts,blog archive,october
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Alex's Handheld Tinkering | hhtinker.blogspot.com Reviews

https://hhtinker.blogspot.com

Thursday, 6 November 2008. Kernel changes for USB host. You'll need to enable OHCI under USB host. I have been disabling USB gadget (client) support and I haven't tested what happens if you have both host and client enabled. I assume though that host probably takes precedence. To control them within Linux (or a kernel module like GPIOed if you're using our older linux-hnd kernels). Including a tarball of a bare bones Debian image. I just install gcc, git-core and such on there and compile stuff on th...

INTERNAL PAGES

hhtinker.blogspot.com hhtinker.blogspot.com
1

Alex's Handheld Tinkering: Success: Two-way phone call with Treo 650 in Linux

http://hhtinker.blogspot.com/2008/10/sucess-two-way-phone-call-with-treo-650.html

Friday, 10 October 2008. Success: Two-way phone call with Treo 650 in Linux. Now that I have a VOIP account that can make unmetered calls to mobiles I decided to try having a play with getting two-way phone calls working from Linux on the Treo 650. I turned on the phone part in Palm OS, booted this kernel. And reset the power on the gsm module with:. Echo 0 /sys/devices/platform/palmt650-pm-gsm/power on echo 1 /sys/devices/platform/palmt650-pm-gsm/power on echo 1 /sys/devices/platform/palmt650-pm-gsm/wake.

2

Alex's Handheld Tinkering: April 2008

http://hhtinker.blogspot.com/2008_04_01_archive.html

Friday, 18 April 2008. Palm Tungsten C wifi in Linux. Just noting this before I forget it. Use fc447e3213efb31cb16b5d9a2b0ebb77fbafd131 from git:/ git.hackndev.com/linux-2.6 with the defconfig. You'll need to load standard RAM prism firmware (pm010102.hex and rf010804.hex should work), but prism2 srec has to be patched as the production data area ("PDA") has an invalid CRC. A patch like this should do the trick:. Add to /etc/pcmcia/hostap cs.conf (or equivalent). You can then configure and use as normal:.

3

Alex's Handheld Tinkering: June 2007

http://hhtinker.blogspot.com/2007_06_01_archive.html

Sunday, 24 June 2007. Testing Linux4Palm on qemu. Anyone who's done some handheld hacking will know that testing on a physical device is usually a real pain. If the lack of decent input and tiny screen don't get to you then it's the tiring compile, copy-to-sd, put-sd-in-handheld, test, reboot, put-sd-back-in-pc, fix-code cycle. Today I'm going to explain how you can boot an unmodified linux4palm kernel zImage and rootfs inside the emulator qemu. Installing qemu (with H&D patches). And unzip them somewhere.

4

Alex's Handheld Tinkering: October 2008

http://hhtinker.blogspot.com/2008_10_01_archive.html

Friday, 17 October 2008. USB host mode on the Treo 650. UP2OCR = UP2OCR HXS UP2OCR HXOE; UHCRHDA = UHCRHDA NOCP; UHCHR &= (UHCHR SSEP2 UHCHR SSE);. Virtually every USB device with a Linux driver I've tried works. I'm looking to get a USB wifi dongle. Not sure it'll be so easy to mount inside as the Eee PC upgrades. Are ;-) Update. Links to this post. Friday, 10 October 2008. Success: Two-way phone call with Treo 650 in Linux. And reset the power on the gsm module with:. AT CFUN=1 AT CPIN="xxxxxxxxx".

5

Alex's Handheld Tinkering: Hang on palmt650 first printk

http://hhtinker.blogspot.com/2008/08/hang-on-palmt650-first-printk.html

Thursday, 14 August 2008. Hang on palmt650 first printk. Locks up in kernel/printk.c with time enabled:. Asmlinkage int vprintk(const char *fmt, va list args) { . if (printk time) { /* Follow the token with the time */ char tbuf[50], *tp; unsigned tlen; unsigned long long t; unsigned long nanosec rem; t = cpu clock(printk cpu); nanosec rem = do div(t, 1000000000); tlen = sprintf(tbuf, "[%5lu.%06lu] ", (unsigned long) t, nanosec rem / 1000); for (tp = tbuf; tp. Subscribe to: Post Comments (Atom).

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

OTHER SITES

hhtimes.us hhtimes.us

Hip Hop Times

hhtimesheet.com hhtimesheet.com

Hhtimesheet.com

The domain hhtimesheet.com may be for sale. Click here to make an offer or call 877-588-1085 to speak with one of our domain experts. This domain may be for sale. Buy this Domain.

hhtiming.com hhtiming.com

HH Timing

Comprehensive solutions for pre-event, live and post-session timing and race strategy analysis for the motorsport industry. A flexible architecture allows for a growing list of supported series for live and post-session analysis. Highly customizable user interface. Live scoreboards, track maps and graphs. Plug-in framework for custom displays. Live export to Excel for automatic population of run sheets or custom strategy calculations. Blancpain GT Series *. Post session analysis only.

hhtinc.com hhtinc.com

IIS Windows Server

hhting.com hhting.com

有声小说网-有声小说打包下载-有声小说在线收听网-有声读物在线收听-好好听

hhtinker.blogspot.com hhtinker.blogspot.com

Alex's Handheld Tinkering

Thursday, 6 November 2008. Kernel changes for USB host. You'll need to enable OHCI under USB host. I have been disabling USB gadget (client) support and I haven't tested what happens if you have both host and client enabled. I assume though that host probably takes precedence. To control them within Linux (or a kernel module like GPIOed if you're using our older linux-hnd kernels). Including a tarball of a bare bones Debian image. I just install gcc, git-core and such on there and compile stuff on th...

hhtinternational.com hhtinternational.com

HHT International

This page will be developed soon.

hhtinvest.com hhtinvest.com

南京治疗性病医院_南京最好的性病医院_南京京科医院性病科

主治医师,从事泌尿外科近二十年,具有丰富的. [详情]. 访南京京科南京医院副主任医师郑殿增 - 以. [详情]. 访南京京科南京医院副主任医生钟绍荣 - 做. [详情]. 副主任医师,资深泌尿外科医师.曾在三级医院. [详情]. 副主任医师,资深泌尿外科医师.曾在三级医院. [详情]. 访南京京科南京医院副主任医生钟绍荣 - 做. [详情]. 主治医师,从事泌尿外科近二十年,具有丰富的. [详情]. 访南京京科南京医院副主任医师郑殿增 - 以. [详情]. 地址 南京市鼓楼区中央路397-3号天正广场 京科热线 025-83193866. 南京专业性病医院 专注男性健康- - - - -.

hhtip.com hhtip.com

Health Tips | Skin Care | Hair Care | Nutrition | Anti Aging | Beauty | Weight Loss

How To Grow Taller. Maternal and Child Health. Maternal and Infant Diets. Pregnant women with high blood sugar how to do? Which foods are harmful to children’s intellectual development. High-salt diet on the baby’s five major hazards. During Pregnancy What are the reasons that Slow Fetal Growth. The role of protein in growth and development. Lutein supplement to maintain good baby vision. Trace elements affect children’s growth and development. Eat lecithin to make the baby smarter. These fruits have a w...

hhtipps.de hhtipps.de

HHtipps Hamburg - Kunst - Hamburger Künstlerin Tanja Hehmann zeigt Malerei und Collagen in „Fremde Federn“ - Hamburg News

Hamburg-portal tipps Hamburg-links kino Hamburg-forum szene Hamburg-kleinanzeigen veranstaltungen. SMS für 0,08. Die Funk and TV Akademie H. User sind online ( 3. User halten sich im Bereich Hamburg News. Flamencokurse and Workshops in Kiel, Flensburg and Lübeck. Hamburger Künstlerin Tanja Hehmann zeigt Malerei und Collagen in Fremde Federn. Eröffnung am 8. Oktober, im Sprechzimmer Dannenberg. Das Verhältnis zwischen Mensch und Tier ist evolutionsbiologisch und kulturgeschichtlich begründet schon immer e...

hhtiranhh.kor.ru hhtiranhh.kor.ru

Королевство — браузерная многопользовательская ролевая онлайн-игра

Текст настроения может отражать не только непосредственно ваше настроение, но также чем вы занимаетесь в данный момент или ваши намерения, например, желание сходить в кино :). При добавлении пользователя в игнор, он не сможет комментировать ваши записи, а вы перестанете видеть в Прямом эфире его записи и комментарии. Был в последний раз неизвестно когда. Живу в Королевстве с 11 февраля 2012 года. Врагов нет. Можно с кем-нибудь поругаться :). В клане не состою. 2007 2015 Korolevstvo, LLC.