From owner-freebsd-wireless@FreeBSD.ORG Tue Jan 31 03:14:02 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1E671065673 for ; Tue, 31 Jan 2012 03:14:02 +0000 (UTC) (envelope-from ironfall_blindguardian@hotmail.com) Received: from bay0-omc1-s20.bay0.hotmail.com (bay0-omc1-s20.bay0.hotmail.com [65.54.190.31]) by mx1.freebsd.org (Postfix) with ESMTP id 87FCE8FC13 for ; Tue, 31 Jan 2012 03:14:02 +0000 (UTC) Received: from BAY169-W26 ([65.54.190.61]) by bay0-omc1-s20.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 30 Jan 2012 19:14:02 -0800 Message-ID: X-Originating-IP: [177.33.230.210] From: Luan Hospodarsky To: Date: Tue, 31 Jan 2012 01:14:01 -0200 Importance: Normal In-Reply-To: References: , , , , , MIME-Version: 1.0 X-OriginalArrivalTime: 31 Jan 2012 03:14:02.0055 (UTC) FILETIME=[61949D70:01CCDFC6] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: Realtek 8188ce driver X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2012 03:14:02 -0000 Hello Kevin=2C I understood almost everything you said=2C only one more question: This patch that was updated to HEAD=2C how do I do to get it? Is it include= d in the ndis port/package? Write the driver I think is almost impossible for me=2C I am not engineer= =2C only programmer. So I guess it is hard to deal with the hardware. Anyway=2C thanks for the attention and if anyone in anywhere find (or make)= any solution for it I will be very grateful. I will try to find some old drivers from realtek to this device and test. I= f everything get wrong I'll buy another...Not from Realtek. Luan. > Date: Mon=2C 30 Jan 2012 17:07:20 -0800 > Subject: Re: Realtek 8188ce driver > From: kob6558@gmail.com > To: ironfall_blindguardian@hotmail.com > CC: freebsd-wireless@freebsd.org >=20 > On Mon=2C Jan 30=2C 2012 at 2:30 PM=2C Luan Hospodarsky > wrote: > > > > Hi=2C > > I already tried ndis and the module it generated did not work. > > But I don't know anything about a ndis patch=2C can you tell me more ab= out it? > > Replace the device is still an alternative=2C but I want to avoid it th= e max possible. > > I have never written a driver=2C but I could try. Do you have anything = to share that can help me give the first steps writing a driver? > > Thanks. > > > >> Date: Mon=2C 30 Jan 2012 13:54:05 -0800 > >> Subject: Re: Realtek 8188ce driver > >> From: kob6558@gmail.com > >> To: ironfall_blindguardian@hotmail.com > >> CC: freebsd-wireless@freebsd.org > >> > >> On Mon=2C Jan 30=2C 2012 at 1:41 PM=2C Luan Hospodarsky > >> wrote: > >> > > >> > Hi Adrian=2C > >> > Thanks for the reply=2C > >> > > >> > So is there some work about it? > >> > It is great! If you find anything=2C let me know! > >> > Thanks again. > >> > > >> > Date: Sun=2C 29 Jan 2012 17:00:43 -0800 > >> > Subject: Re: Realtek 8188ce driver > >> > From: adrian@freebsd.org > >> > To: ironfall_blindguardian@hotmail.com > >> > CC: freebsd-wireless@freebsd.org > >> > > >> > Hi=2C > >> > > >> > I think there's been some recent work to get this chipset support in= to shape but I don't know wehre it lives or whether the driver is in a work= able setup. > >> > > >> > Does anyone know anything further? > >> > > >> > > >> > > >> > Adrian > >> > > >> > On 29 January 2012 13:24=2C LuX - I like you wrote: > >> > > >> > > >> > > >> > Hello=2C I'm Luan and I'm a newer FreeBSD Lover. > >> > > >> > I am having a problem and I have found no answer anywhere=2C but I h= ope you can give me a light. > >> > > >> > My notebook has an integrated wireless card (Realtek 8188ce) and the= Realtek site provides drivers only for Windows and Linux. > >> > > >> > I had read the FreeBSD manual=2C asked for help in the forum and in = the IRC ##freebsd=2C but unfortunately nobody could help me. > >> > > >> > My conclusion is that such driver does not exist in FreeBSD. > >> > > >> > Is there any projects to port such driver from Linux (I guess OpenBS= D has that driver as well=2C so the porting could be less painful) or some = compatible driver to this device? > >> > > >> > Thanks in advance. > >> > > >> > --- > >> > > >> > Luan Hospodarsky > >> > > >> > ___________________________= ____________________ > >> > >> 1. You could try ndis. It did not work for me=2C but a patch to ndis > >> looks like it may have fixed the problem. > >> > >> 2. The other option is to replace the card. What brand of laptop is > >> it? Levovo locks down the wireless and will not boot with any card but > >> one they sold. I believe HP does the same. I had to buy a card with > >> the Lenovo PCI ID to get it to work. I found it from a place that was > >> in Germany=2C but the card was shipped from Tel Aviv. It cost about = 3 > >> times what a generic Intel Centrino Advanced-N 6205 would have cost. > >> :-( > >> > >> You might be able to re-write the PCI ID on a standard Intel card=2C b= ut > >> I could not figure out how to do it. You can also patch the BIOS=2C bu= t > >> that make future BIOS upgrades a real problem. > >> > >> 3. Write a driver > >> -- >=20 > If the documentation for the interface is available=2C it's not too > hard=2C but from what I've seen=2C wireless is one of the trickier ones. > While I hope someone gets around to writing one=2C even with the Linux > driver to work from=2C I don't think I'd want to try it. It's been years > since I last wrote a driver and it was not on FreeBSD=2C so I am not the > best source of an opinion. >=20 > Sorry ndis failed. It cause my system to panic when it loaded the > module=2C but a patch to NDIS to fix either my problems or something > very similar was committed to HEAD several months ago and should be in > 9.0 and maybe even 8.2. Sounds unlikely to fix the problem. >=20 > If you don't have a Lenovo or HP=2C swapping is easy and supported > half-height mini-PCIe cards are in the 20-25 USD range from multiple > vendors. I know it's annoying to have to do it=2C but it is probably the > only way you will get wireless on that system in even reasonably soon. > --=20 > R. Kevin Oberman=2C Network Engineer > E-mail: kob6558@gmail.com =