Author Topic: Prism 2.5 Firmware Trouble  (Read 5868 times)

Jockie

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • http://
Prism 2.5 Firmware Trouble
« on: October 20, 2011, 01:17:12 am »
I have a Buffalo WLI-CF-S11G wireless card for my SL-C1000. It is running Cacko 1.23 (heavy?).
I want to be able to connect the Zaurus to my secure WPA network at home and I am interested in testing 'aircrack-ng' . From their website it seems one must use Station firmware >=1.5.6.

My card was running older firmware; here is the output of
Code: [Select]
# dmesg | grep wifi
Quote
wifi0: NIC: id=0x800c v1.0.0
wifi0: PRI: id=0x15 v1.0.5
wifi0: STA: id=0x1f v1.3.4

I followed Jun Sun's mini-HOWTO guide and flashed the card on my Windows XP laptop using the WinUpdate program. It didn't go so smoothly and I had to select 'Disable' in the 'Firmware Download' section of the card's properties (explained clearer here).
After that, flashing with WinUpdate seemed to work and the card now has Primary firmware 1.1.1 and Secondary (Station) firware 1.7.4.
But, now the card is not functioning well. It appears that the card is working for about 1 second after insertion - as the lights come on, and then it is susended or somesuch - as the lights go off.
The command
Code: [Select]
# dmesg | grep wifispits out repetitions of this
Quote
wifi0: hfa384x_cmd: interrupted; err=-110
wifi0: hfa384x_get_red: CMDCODE_ACCESS failed (res=-110, rid=fd51, len=6)
wifi0: hfa384x_cmd_issue: cmd reg was busy for 5000 usec
wifi0: hfa384x_cmd_issue - timeout - reg-0x8888
wifi0: hfa384x_cmd: entry still in list? (entry-c3a64be0, type=0, res=-1)
(but an odd thing happened as I ran that last code, appended to the end was this
Quote
wifi0: hfa384x_cmd: interrupted; err=-110
wifi0: hfa384x_get_red: CMDCODE_ACCESS failed (res=-110, rid=fd51, len=6)
wifi0: NIC: id=0x0800c v1.0.0
wifi0: PRI: id=0x15 v1.1.1
wifi0: STA: id=0x1f v1.7.4
When I ran the command again it was back to the usual repetitions without the above appendage.

I decided to try and download and compile hostap-utils-0.4.7 as suggested here.
I downloaded the file from here and then followed these commands but when I came to the command
Code: [Select]
makeThis message was returned
Quote
-bash: make: command not found

What am I doing wrong?
Should I be using a different ROM?
Why won't my card function properly in Cacko 1.23 with the updated firmware?

Could you give me a little help if you are able to please?
Zaurus SL-C1000: Debian eabi, yonggun kernel 2.6.24-3
Desktop box: Kubuntu 9.04

Dromede

  • Full Member
  • ***
  • Posts: 155
    • View Profile
    • http://
Prism 2.5 Firmware Trouble
« Reply #1 on: October 21, 2011, 07:11:29 am »
You don't have make (and probably gcc) installed. You need to find an sdk package for sharp/roms. I think it was called zgcc or something like that. You will probably have a hard time finding that, maybe it would be easier if you compiled hostap-utils on your desktop. You will need a cross compiler.

http://distro.ibiblio.org/pub/linux/distri...0.12.05.tar.bz2

here's some info on cross compiling:

https://www.oesf.org/index.php?title=Pdaxro...oss_Compilation

Hostap-utils should be trivial to cross compile as it probably depends only on libc.

stefb

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • http://
Prism 2.5 Firmware Trouble
« Reply #2 on: October 24, 2011, 05:46:36 am »
> Cacko 1.23
> wifi0: PRI: id=0x15 v1.1.1
> wifi0: STA: id=0x1f v1.7.4

This sounds good for WPA wifi connection.
I have this combination working on a C3200.

Why do you want to compile the hostap-utils-0.4.7?

There are already complied versions for hostap and wpa_supplicant available.
I'll check what i have installed and give you the file names when i'm back home.

Stefan
5500G (misc.)
C1000 (Sharp)
C3200 (Cacko)
Interests: GCC/SDK, Python, µC&Electronics