i just tried wireless booting ala etherboot.org/wiki/wirelessboot but, iwstat and iwlist both return no output. groping for ideas, perhaps should i include other staging branches? clues, tips, pointers, advice, or ideas welcome. here's what i did:
> lspci -nn > 00:00.0 Host bridge [0600]: ATI Technologies Inc RS200/RS200M AGP Bridge > [IGP 340M] [1002:cab2] (rev 02) > 00:01.0 PCI bridge [0604]: ATI Technologies Inc PCI Bridge [IGP 340M] > [1002:7010] > 00:02.0 USB Controller [0c03]: ALi Corporation USB 1.1 Controller > [10b9:5237] (rev 03) > 00:03.0 Modem [0703]: ALi Corporation M5457 AC'97 Modem Controller > [10b9:5457] > 00:04.0 Multimedia audio controller [0401]: ALi Corporation M5451 PCI > AC-Link Controller Audio Device [10b9:5451] (rev 02) > 00:06.0 Bridge [0680]: ALi Corporation M7101 Power Management Controller > [PMU] [10b9:7101] > 00:07.0 ISA bridge [0601]: ALi Corporation M1533/M1535 PCI to ISA Bridge > [Aladdin IV/V/V+] [10b9:1533] > 00:0b.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5901 > 100Base-TX [14e4:170d] (rev 01) > 00:0c.0 CardBus bridge [0607]: Texas Instruments PCI1510 PC card Cardbus > Controller [104c:ac56] > 00:0f.0 IDE interface [0101]: ALi Corporation M5229 IDE [10b9:5229] (rev > c4) > 01:05.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon IGP > 330M/340M/350M [1002:4337] > 02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. > RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller [10ec:8185] (rev 20) > > lsmod|grep mac80211 > lbm_cw_mac80211 233204 1 rtl8180 > lbm_cw_cfg80211 36576 2 rtl8180,lbm_cw_mac80211 > > git clone git://git.etherboot.org/scm/gpxe.git > cd gpxe/src > git remote add staging git://git.etherboot.org/scm/gpxe-staging.git > git fetch staging > git branch -r -v > git checkout staging/oremanj-4-wireless > make > > mkdir /tmp/gpxe.iso > mount -o loop,ro bin/gpxe.iso /tmp/gpxe.iso > cp /tmp/gpxe.iso/gpxe.krn /boot > > insert in /boot/grub/grub.conf: > title a3 /boot/gpxe.krn > root (hd0,2) > kernel /boot/gpxe.krn > > boot it, hit ^B > iwstat and iwlist both return nada. >
_______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
