niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » BSD » FreeBSD » mail-lists » Architecture
Billionton LNA-100B pcmcia ethernet problems
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
Author Message
M. Warner Losh
*nix forums Guru


Joined: 22 Mar 2002
Posts: 365

PostPosted: Sat Oct 29, 2005 10:26 pm    Post subject: Re: Billionton LNA-100B pcmcia ethernet problems Reply with quote

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

PostPosted: Sat Oct 29, 2005 10:51 am    Post subject: Re: Billionton LNA-100B pcmcia ethernet problems Reply with quote

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

PostPosted: Sat Oct 29, 2005 3:46 am    Post subject: Re: Billionton LNA-100B pcmcia ethernet problems Reply with quote

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

PostPosted: Fri Oct 28, 2005 7:10 pm    Post subject: Billionton LNA-100B pcmcia ethernet problems Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
The time now is Thu Jan 08, 2009 8:19 am | All times are GMT
navigation Forum index » *nix » BSD » FreeBSD » mail-lists » Architecture
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Winbind problems for ADS authentication nlinley networking 1 Tue Sep 19, 2006 9:22 am
No new posts problems using oddmuse with mod_perl2 inside apache2.2 pe... Fergus McMenemie Perl 0 Fri Jul 21, 2006 9:48 am
No new posts Problems with make-kpkg and skas patch Todd A. Jacobs Debian 0 Fri Jul 21, 2006 12:30 am
No new posts Problems with relay control Félix Martos Trenado Postfix 3 Thu Jul 20, 2006 3:33 pm
No new posts again a newbie... :( compiler problems Thorsten Kaben C++ 18 Thu Jul 20, 2006 2:52 am

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
[ Time: 0.2299s ][ Queries: 20 (0.1419s) ][ GZIP on - Debug on ]