|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: iwlist: we have results! [message #529 is a reply to message #528] |
Fri, 03 February 2012 17:55   |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
Don't use the old ps3flash. Select my driver in OpenWRT menuconfig -> Kernel Modules -> Block Devices.
You selected the old one.
Deselect the old one in kernel_menuconfig.
OpenWrt Attitude Adjustment (r29906) Configuration
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
┌─────────────────────────────────────────────── Block Devices ───────────────────────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus --->. Highlighted letters are hotkeys. Pressing │
│ <Y> includes, <N> excludes, <M> builds as package. Press <Esc><Esc> to exit, <?> for Help, </> for │
│ Search. Legend: [*] built-in [ ] excluded <M> package < > package capable │
│ │
│ ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │
│ │ < > kmod-aoe....................................... ATA over Ethernet support │ │
│ │ < > kmod-ata-core............................ Serial and Parallel ATA support │ │
│ │ < > kmod-block2mtd................................ Block device MTD emulation │ │
│ │ < > kmod-dm.................................................... Device Mapper │ │
│ │ < > kmod-ide-core............................. IDE (ATA/ATAPI) device support │ │
│ │ < > kmod-loop........................................ Loopback device support │ │
│ │ < > kmod-md-mod...................................................... MD RAID │ │
│ │ < > kmod-nbd.................................... Network block device support │ │
│ │ <*> kmod-ps3flash................................... PS3 Flash Storage Driver │ │
│ │ <*> kmod-ps3nflash.............................. PS3 NOR Flash Storage Driver │ │
│ │ < > kmod-ps3vram................................ PS3 Video RAM Storage Driver │ │
│ │ < > kmod-scsi-cdrom....................... Kernel support for CD / DVD drives │ │
│ │ --- kmod-scsi-core....................................... SCSI device support │ │
│ │ < > kmod-scsi-generic........................ Kernel support for SCSI generic │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │
├─────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ <Select> < Exit > < Help > │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
[Updated on: Fri, 03 February 2012 17:57] Report message to a moderator
|
|
|
|
| Re: iwlist: we have results! [message #530 is a reply to message #529] |
Fri, 03 February 2012 18:00   |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
If you do it right then you will see this:
root@ps3-linux:/# ls -l /dev/ps3flash*
lrwxrwxrwx 1 root root 9 Feb 3 16:59 /dev/ps3flash -> ps3flashf
brw------- 1 root root 253, 0 Feb 3 16:59 /dev/ps3flasha
brw------- 1 root root 253, 16 Feb 3 16:59 /dev/ps3flashb
brw------- 1 root root 253, 32 Feb 3 16:59 /dev/ps3flashc
brw------- 1 root root 253, 48 Feb 3 16:59 /dev/ps3flashd
brw------- 1 root root 253, 64 Feb 3 16:59 /dev/ps3flashe
brw------- 1 root root 253, 80 Feb 3 16:59 /dev/ps3flashf
brw------- 1 root root 253, 96 Feb 3 16:59 /dev/ps3flashg
root@ps3-linux:/#
And this:
root@ps3-linux:/# lsmod
Module Size Used by Not tainted
...
ps3nflash 7188 0
ps3flash 8020 3
...
root@ps3-linux:/#
dmesg should show you this:
ps3flash sb_04: VFLASH is off
because you have NAND.
[Updated on: Fri, 03 February 2012 18:03] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: iwlist: we have results! [message #536 is a reply to message #535] |
Fri, 03 February 2012 18:13   |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
And never flash a petitboot image without testing it first with a working petitboot and kexec at runtime, like this:
kexec -l openwrt-ps3-petitboot-vmlinux.elf
kexec -e
The ELF-image is here: build_dir/target-powerpc_uClibc-0.9.32/root-ps3
I always test my images first and then flash it.
[Updated on: Fri, 03 February 2012 18:14] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: iwlist: we have results! [message #599 is a reply to message #538] |
Mon, 06 February 2012 16:31   |
masterzorag
Messages: 99 Registered: August 2011 Location: maiworld
|
Gitbrew Member |
|
|
ok, got it to run!
I've 3.2.2 with all your patch set, even ps3_vuart_tools
gelic_eurus_sync_cmd_worker: cmd issue failed (-6)
is returned on dmesg every time I call iwconfig w/o args
iwlist s gives me results!
trying to associate with wpa... wext not supported
[Updated on: Mon, 06 February 2012 17:01] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|