Re: building a driver/mod for a wireless nic

2014-02-11 Thread bruce
ok... here's a basic solution for the issue I faced with the dell/broadcom wireless card/nic. unning lspci -nn | grep AR8162 lspci -nn | grep RTL8188EE or lspci -n grep '01:00.0' 01:00.0 0200: 1969:1090 (rev 10) lspci -n grep '02:00.0' 02:00.0 0280: 10ec:8179 (rev 01) unning lspci -nn | grep

Re: building a driver/mod for a wireless nic

2014-02-10 Thread Jack Craig
i suggest untar it... On Mon, Feb 10, 2014 at 3:10 PM, bruce wrote: > Hi. > > I know this is a "centos" issue, but I've searched, can't find an > answer, and thought the answer might be helpful to others. Feel free > to flame away if I stepped on your toes! > > I'm following the steps to build

Re: building a driver/mod for a wireless nic

2014-02-10 Thread Ed Greshko
On 02/11/14 07:10, bruce wrote: > Hi. > > I know this is a "centos" issue, but I've searched, can't find an > answer, and thought the answer might be helpful to others. Feel free > to flame away if I stepped on your toes! > > I'm following the steps to build the driver/module as describe in the url