Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - radioz

Pages: [1] 2 3 ... 7
1
Angstrom & OpenZaurus / Wireless Not Working 3.5.4.2
« on: October 03, 2006, 01:49:27 am »
My wireless card does not seem to get recognized in the latest Hentges release.

Output of cardctl ident:

Socket 0:
  product info: "AmbiCom", "WL1100C 802.11b CF-Card", "2.2"
  manfid: 0xd601, 0x0002
  function: 6 (network)


Output of lsmod:

Module                  Size  Used by    Not tainted
hostap_cs 55156 1 - Live 0xbf102000
hostap 111108 1 hostap_cs, Live 0xbf0e5000
ieee80211_crypt 5088 1 hostap, Live 0xbf0e2000
rfcomm 34936 0 - Live 0xbf0d8000
pxaficp_ir 8864 0 - Live 0xbf0d4000
ircomm_tty 21352 0 - Live 0xbf0cd000
ircomm 11524 1 ircomm_tty, Live 0xbf0c9000
irda 113096 3 pxaficp_ir,ircomm_tty,ircomm, Live 0xbf0ac000
ipv6 248808 10 - Live 0xbf06e000
hidp 12544 0 - Live 0xbf069000
l2cap 21028 4 rfcomm,hidp, Live 0xbf062000
bluetooth 45468 3 rfcomm,hidp,l2cap, Live 0xbf055000
snd_soc_poodle 4524 0 - Live 0xbf052000
snd_soc_pxa2xx_i2s 3608 1 snd_soc_poodle, Live 0xbf050000
snd_soc_wm8731 11344 1 snd_soc_poodle, Live 0xbf04c000
snd_soc_pxa2xx 4576 1 snd_soc_poodle, Live 0xbf049000
snd_soc_core 29908 3 snd_soc_poodle,snd_soc_wm8731,snd_soc_pxa2xx, Live 0xbf040000
snd_pcm_oss 38016 0 - Live 0xbf035000
snd_pcm 80136 3 snd_soc_pxa2xx,snd_soc_core,snd_pcm_oss, Live 0xbf020000
snd_timer 20772 1 snd_pcm, Live 0xbf019000
snd_page_alloc 5896 1 snd_pcm, Live 0xbf016000
snd_mixer_oss 14912 1 snd_pcm_oss, Live 0xbf011000
snd 45560 7 snd_soc_poodle,snd_soc_wm8731,snd_soc_core,snd_pcm_oss,snd_pcm,snd_timer,snd_mix
r_oss, Live 0xbf004000
soundcore 8356 1 snd, Live 0xbf000000



Output of dmesg:

pccard: PCMCIA card inserted into slot 0
pcmcia: registering new device pcmcia0.0
Restarting tasks... done
ieee80211_crypt: registered algorithm 'NULL'
hostap_cs: 0.4.4-kernel (Jouni Malinen <jkmaline@cc.hut.fi>)
hostap_cs: setting Vcc=33 (constant)
Checking CFTABLE_ENTRY 0x01 (default 0x01)
IO window settings: cfg->io.nwin=1 dflt.io.nwin=1
io->flags = 0x0046, io.base=0x0000, len=64
hostap_cs: Registered netdevice wifi0
hostap_cs: index 0x01: , irq 40, io 0xc2820000-0xc282003f
hostap_cs: assuming no Primary image in flash - card initialization not completed
wifi0: test Genesis mode with HCR 0x1f
prism2_pccard_cor_sreset: original COR 41
prism2_pccard_genesis_sreset: original COR 41
Readback test failed, HCR 0x1f write 00 e1 a1 ff read 00 c1 a1 c1
wifi0: test Genesis mode with HCR 0x0f
prism2_pccard_cor_sreset: original COR 41
prism2_pccard_genesis_sreset: original COR 41
Readback test succeeded, HCR 0x0f
prism2_pccard_genesis_sreset: original COR 41
wifi0: registered netdevice wlan0
wlan0: cannot set RID fc02 (len=34) - no PRI f/w
wlan0: could not set interface UP - no PRI f/w
wlan0: cannot get RID fd41 (len=34) - no PRI f/w
wlan0: cannot get RID fd41 (len=34) - no PRI f/w
power.c: device-level power management is not supported yet


Any pointers?

radioz

2
Angstrom & OpenZaurus / Altboot Problem
« on: September 29, 2006, 11:18:22 pm »
Thanks for that.

I've loaded the images from the ext2 directory into the /media/card/boot-images directory (and verified the md5sums).  During boot-up the mount of the card works fine, but the mount of the image file fails ('wrong fs type, bad option, bad superblock...').

I've also tried mounting one of the *rootfs.ext2.gz files on my Linux machine as well as on the Zaurus with the same result as above.

Here is the mount command I'm using:

"mount opie.ext2.gz /mnt/something -o loop -t ext2"

The mountpoint exists.
I've tried with and without the -t parameter.

I've uncompressed the gz file and verified that IT will mount as an EXT2 image.

What I'm trying to accomplish is to have both GPE and OPIE avaiable on the same card.

How do you mount a compressed ext2 with the mount command in busybox?

radioz

3
Angstrom & OpenZaurus / Altboot Problem
« on: September 27, 2006, 11:20:50 pm »
The SD card gets mounted just fine. It seems that FSCK fails while trying to check the rootfs file before it trys to mount it.

Now here is where I am confused by the conflicting information I've seen regarding altboot.

The cardfs files from Hentges seem to be just compressed tar files. I thought that the cardfs files needed to be ext2 formatted binary disk images that could then get mounted as a loop file. Am I wrong?

4
Angstrom & OpenZaurus / Altboot Problem
« on: September 27, 2006, 12:21:26 am »
I'm having trouble getting altboot to work with compressed cardfs files. I'm trying to use the latest Hentges release on my 5600.

Perhaps I don't fully understand how to set it up correctly, so maybe someone can point out the error(s) I'm making.

1) I extracted the bootstrap initrd.bin, zImage, and updater and copied it to a blank SD card and then flashed my Poodle.

2) I used a second empty SD formatted as ext2 and created a directory named 'boot-images'. Into that directory I copied:
     cardfs-gpe-poodle-openzaurus_oz3.5.4.2-rc2-gpe2.7-T1-RC1.bin
     cardfs-opie-poodle-openzaurus_oz3.5.4.2-rc2-opie1.2.1-T1-RC1.bin

    I discovered by reading the /etc/alboot.func file that boot images must be named
    '*-rootfs.bin', so I renamed the two files using that suffix.

4) When I boot the system, I get the altboot menu and select 3 for booting off SD.

5) It then displays a menu showing the two rootfs choices from above. I pick one (say Opie).

6) I get an error from fsck that says 'bad magic number in super-block...' and then fails.

Is it something I'm doing wrong?

Thanks,
radioz

5
Angstrom & OpenZaurus / Altboot Problem?
« on: September 26, 2006, 12:49:53 am »
Thanks for the latest build Coredump, that cleared up my altboot problem.

One request: Could you provide a bootstrap initrd so I can altboot to my SD card?

I used the initrd from the Opie install. It works fine, but I'd like to free up the space.

Thanks so much for your efforts!

radioz

6
Angstrom & OpenZaurus / Altboot Problem?
« on: September 25, 2006, 08:54:37 pm »
I'm having a problem trying to use Altboot with the latest OZ build.

I've installed a rootfs on my SD card. When I use altboot to try to start up it seems to pivot-root onto the SD card ok, but before the Opie touch screen calibration has a chance to start, it 'notices' that a new SD card is installed and up pops a dialog asking about scanning the card for files (or something; I'm reporting this from memory, I don't have my Poodle handy).

The dialog box that comes up is not sized correctly for a 5x00 device (it is way too big to fit on the screen). In addition, it is requiring the use of the touch screen at a point before the touch screen has been calibrated.

Has anyone else seen this? Is there a way to force this to be skipped so I can get Opie running?

Thanks,

radioz

7
Angstrom & OpenZaurus / Hentges 3.5.4.2 Rcs Available
« on: September 21, 2006, 11:47:51 am »
Coredump:

I can't get the Poodle version of Opie to boot. I used the contents from 'hentges-opie-image-poodle_T1-RC1.tar.gz' along with the updater.sh. After flashing and resetting, the power led goes out and the screen remains blank.

Any suggestions?

Thanks,
radioz

8
Angstrom & OpenZaurus / Rc2 Opie On Poodle?
« on: September 20, 2006, 09:58:07 am »
Thanks, I'll give it a try.

radioz

9
Angstrom & OpenZaurus / Rc2 Opie On Poodle?
« on: September 19, 2006, 06:29:21 pm »
I tried installing OZ/Opie RC2 in the usual way and my Poodle boots up to the Opie screen that says 'press screen to continue' and then does not respond.

Has anyone else gotten RC2 to run on a Poodle?

I was careful to delete /home before installation. Is there anything else that I need to do?

I'd really like to try it out!

radioz

10
Angstrom & OpenZaurus / Oz On Poodle, First Impressions
« on: May 10, 2006, 07:09:57 pm »
Cool! I'm glad to see someone looking at my poor Poodle!

radioz

11
Angstrom & OpenZaurus / Installing To Sd - Double Slash Problem?
« on: May 03, 2006, 12:43:49 pm »
In 3.5.3 I had a similar problem with an SD card that had 2 partitions. The problem then was that the /etc/sdcontrol (I think; I don't have it in front of me) script was not very smart about which partition to use. I think it has to do with which partition is mounted to /media/card vs /media/card1.

Do a 'df' to see if both partitions got mounted. Maybe you could change ipkg.conf so that the 'SD' specifier pointed to the correct partition.

good luck,
radioz

12
Angstrom & OpenZaurus / 3.5.4.x Upgrades
« on: April 30, 2006, 01:07:16 am »
Request:

3.5.4 cardfs for Poodle to use with altboot.

Thanks for all the work!

radioz

13
Angstrom & OpenZaurus / Altboot For Poodle?
« on: April 30, 2006, 01:05:23 am »
Sorry for the altboot question. I just found out that it is already there.

radioz

14
Angstrom & OpenZaurus / Altboot For Poodle?
« on: April 30, 2006, 01:01:23 am »
All:

I don't seem to have enough space to do an ipkg upgrade on a fresh 3.5.4 install on my Poodle. Am I doing something wrong?

Is altboot available for the Poodle? Am I correct in assuming that by using altboot I can put root on SD so ipkg would not fill up /dev/mtdblock2?

Has anyone built a cardfs for Poodle yet? I see that they are available for Collie.

(sorry for so many questions)

radioz

15
Angstrom & OpenZaurus / 3.5.4.x Upgrades
« on: April 01, 2006, 09:41:07 pm »
altboot for Poodle please (it seems to be missing).

thx,
radioz

Pages: [1] 2 3 ... 7