|
|
|
|
|
|
| Author |
Message |
M. Warner Losh *nix forums Guru
Joined: 22 Mar 2002
Posts: 365
|
Posted: Sat Oct 29, 2005 10:26 pm Post subject:
Re: Billionton LNA-100B pcmcia ethernet problems
|
|
|
In message: <43635417.5000509@acsoftware.org>
Newsletter <newsletter@acsoftware.org> writes:
: Hi! So, is that mean, it should work in the final version of freebsd 6??
: if yes, I can wait until version 6, since i am not in the hurry to use
: it... :D
I'm afraid that 6.0 is very very advanced. I think the final version
is building right now. As such, I think it is too late to get this
into 6.0. If 6.0 unexpectedly slips out, I'll try for it. However,
it should be in 6.1 for sure.
Warner
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" |
|
| Back to top |
|
 |
Newsletter *nix forums beginner
Joined: 16 Jun 2005
Posts: 3
|
Posted: Sat Oct 29, 2005 10:51 am Post subject:
Re: Billionton LNA-100B pcmcia ethernet problems
|
|
|
Hi! So, is that mean, it should work in the final version of freebsd 6??
if yes, I can wait until version 6, since i am not in the hurry to use
it... :D
thanks!
Alan
M. Warner Losh wrote:
| Quote: | You need to have ed in your kernel.
However, it would appear that this is a variation of this card that
the FreeBSD kernel doesn't know about yet. Some versions of this card
have a manufacturer id of 0x021b instead of 0xffff. I've added a new
device ID to current for this. I'll see what I can do about
back-porting it to 5.x, but I no longer have any 5.x laptops around
for easy testing so that may take a while.
To add support yourself, you'll need to add the following line to
pccarddevs near the other billionton entries:
product BILLIONTON LNA100B { "Billionton", "LNA-100B", NULL, NULL } Billionton LNA-100B
And then add a line like the following to if_ed_pccard.c in the
ed_card_products section:
{ PCMCIA_CARD(BILLIONTON, LNA100B, 0), NE2000DVF_AX88190},
near the other BIOLLIONTON lines. Rebuild, reinstall and try again.
Warner
|
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" |
|
| Back to top |
|
 |
M. Warner Losh *nix forums Guru
Joined: 22 Mar 2002
Posts: 365
|
Posted: Sat Oct 29, 2005 3:46 am Post subject:
Re: Billionton LNA-100B pcmcia ethernet problems
|
|
|
In message: <436277BB.2050308@acsoftware.org>
Newsletter <newsletter@acsoftware.org> writes:
: hi! I have this Billionton LNA-100B pcmcia card, and freebsd seems able
: to recongise it when i insert the card but when i do ifconfig -a, it
: doesnt have that card in there and so, i dun hve any networking....
:
: Here is the output when i insert the card...
:
: pccard0: <unknown card> <manufacturer=0xffff, product=0x1090) at function 0
: pccard0: CIS info: Billionton, LNA-100B, V
:
:
: and here is the output from the ifconfig -a
:
: plip0: flags=108810<POINTOPOINT, SIMPLEX,MULTICAST> mtu 1500
: lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
: inet 127.0.0.1 netmask 0xff000000
: inet6 :: 1 prefixlen 128
: inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
:
:
: anyone know how can i configure this card?? btw, i am using freebsd 5.4
You need to have ed in your kernel.
However, it would appear that this is a variation of this card that
the FreeBSD kernel doesn't know about yet. Some versions of this card
have a manufacturer id of 0x021b instead of 0xffff. I've added a new
device ID to current for this. I'll see what I can do about
back-porting it to 5.x, but I no longer have any 5.x laptops around
for easy testing so that may take a while.
To add support yourself, you'll need to add the following line to
pccarddevs near the other billionton entries:
product BILLIONTON LNA100B { "Billionton", "LNA-100B", NULL, NULL } Billionton LNA-100B
And then add a line like the following to if_ed_pccard.c in the
ed_card_products section:
{ PCMCIA_CARD(BILLIONTON, LNA100B, 0), NE2000DVF_AX88190},
near the other BIOLLIONTON lines. Rebuild, reinstall and try again.
Warner
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" |
|
| Back to top |
|
 |
Newsletter *nix forums beginner
Joined: 16 Jun 2005
Posts: 3
|
Posted: Fri Oct 28, 2005 7:10 pm Post subject:
Billionton LNA-100B pcmcia ethernet problems
|
|
|
hi! I have this Billionton LNA-100B pcmcia card, and freebsd seems able
to recongise it when i insert the card but when i do ifconfig -a, it
doesnt have that card in there and so, i dun hve any networking....
Here is the output when i insert the card...
pccard0: <unknown card> <manufacturer=0xffff, product=0x1090) at function 0
pccard0: CIS info: Billionton, LNA-100B, V
and here is the output from the ifconfig -a
plip0: flags=108810<POINTOPOINT, SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
inet6 :: 1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
anyone know how can i configure this card?? btw, i am using freebsd 5.4
Thanks for any helps...
Alan
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Thu Jan 08, 2009 8:19 am | All times are GMT
|
|
Mortgage | Loans | Adverse Credit Remortgage | Credit Score | Bankruptcy
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|