mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tisheng Chen <tishengchen@yahoo.com>
To: Vojtech Pavlik <vojtech@suse.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Solution to the "1802: Unauthorized network card" problem in recent thinkpad systems
Date: Sun, 13 Jun 2004 13:30:50 -0700 (PDT)	[thread overview]
Message-ID: <20040613203050.4334.qmail@web90108.mail.scd.yahoo.com> (raw)
In-Reply-To: <20040613200743.GA1251@ucw.cz>

If you can't find a driver for linux, try ndiswrapper
driver or linuxant's driverloader. However, the later
one is not free.

websites:
http://ndiswrapper.sf.net
http://www.linuxant.com/driverloader/

--- Vojtech Pavlik <vojtech@suse.cz> wrote:
> On Sun, Jun 13, 2004 at 12:10:29PM -0700, Tisheng
> Chen wrote:
> 
> > Somebody did succeed with a X31. 
> > As I know, it should works for T30,R40,X31,R40E at
> > least.
> 
> Indeed, this version:
> 
> #include <stdio.h>
> #include <sys/types.h>
> #include <unistd.h>
> #include <sys/stat.h>
> #include <fcntl.h>
> 
> int main(void)
> {
> 	int fd;
> 	unsigned char data;
> 
> 	printf("Disabling WiFi whitelist check.\n");
> 	fd = open("/dev/nvram", O_RDWR);
> 	lseek(fd, 0x5c, SEEK_SET);
> 	read(fd, &data, 1);
> 	printf("CMOS address 0x5c: %02x->", data);
> 	data |= 0x80;
> 	printf("%02x\n", data);
> 	lseek(fd, 0x5c, SEEK_SET);
> 	write(fd, &data, 1);
> 	close(fd);
> 	printf("Done.\n");
> }
> 
> worked just fine, and the notebook no longer
> complains about an
> unsupported WiFi card! Now if I only can get the
> card to enable the
> transmitter/receiver. It's a Compaq Atheros card
> inside an X31 notebook.
> 
> -- 
> Vojtech Pavlik
> SuSE Labs, SuSE CR
> 



	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

      reply	other threads:[~2004-06-13 20:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-13  7:39 Tisheng Chen
2004-06-13 11:20 ` Vojtech Pavlik
2004-06-13 19:10   ` Tisheng Chen
2004-06-13 19:31     ` Vojtech Pavlik
2004-06-13 20:07     ` Vojtech Pavlik
2004-06-13 20:30       ` Tisheng Chen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040613203050.4334.qmail@web90108.mail.scd.yahoo.com \
    --to=tishengchen@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®