<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I'm using an RTL8185L desktop wireless PCI card (lspci says: rev 20), 10ec:8185. I used a rom-o-matic ISO, selected rtl8185, and placed this script in the "Embedded Script" field at the bottom:</DIV>
<DIV> </DIV>
<DIV>#!gpxe<BR>set net0/ssid MYAP<BR>set net0/key MYPSWORD<BR>autoboot</DIV>
<DIV> </DIV>
<DIV>I tried many rom-o-matic combos, some with all drivers, some with no embedded script, but this seems to work the best. IWLIST shows my AP. IWSTAT shows my AP and connection quality. In IRC I did this:</DIV>
<DIV> </DIV>
<DIV><me1user> gpxebot: lspci 10ec:8185<BR><gpxebot> rtl8185</DIV>
<DIV> </DIV>
<DIV>I also used the command line (ctrl-B) and typed:</DIV>
<DIV> </DIV>
<DIV>set net0/ssid MYAP<BR>set net0/key MYPSWORD<BR>dhcp net0<BR>autoboot</DIV>
<DIV> </DIV>
<DIV>However, I keep getting the below text with the cmd line and the ISO files. B and C always show up and A only shows up sometimes and I don't recall the order used when it doesn't show:</DIV>
<DIV> </DIV>
<DIV>A) Link status: The socket is not connected (0x38086001)<BR>B) No filename or root path specified<BR>C) No more network devices</DIV>
<DIV> </DIV>
<DIV>The other thing I should note is that I'm booting via PXE using a wireless router in client bridge mode (makes my 8139 NIC 'seem' like a wifi card) - I haven't yet tried it with a CD:</DIV>
<DIV> </DIV>
<DIV>label gPXE8185<BR> menu label gPXE8185<BR> kernel boot/gpxe8185/RTL8185.KRN<BR> append initrd=boot/gpxe8185/ISOLINUX.BIN</DIV>
<DIV> </DIV>
<DIV>Any ideas on a solution? Do I need try a different card? I bought 2 for this purpose so far. Thanks, --c7aff</DIV>
<DIV> </DIV>
<DIV>(I have another RTL8185L that says rev B1 on the card but it said 'Not Supported' when I tried it in gPXE command line)</DIV></td></tr></table>