Re: port net/acx100 for usr5410 pcmcia wireless FBSD 6.3

2008-02-21 Thread Anton Shterenlikht
On 19/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:
Is anybody using usr5410? With what driver? And what version of FBSD?
   
   On Wed, Feb 20, 2008 at 12:21:22PM +, Kemian Dang wrote:
   Try ndis, it works for my broadcom wireless adapter.
 
  On 20/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:
  I added ndis to the kernel and built the kernel module using
  http://www.linuxant.com/usr11gv40q.zip driver.
 
  However, when I load the module:
  I get errors. From dmesg:
 
  cardbus1: Expecting link target, got 0xed
  cardbus1: Resource not specified in CIS: id=10, size=2000
  cardbus1: Resource not specified in CIS: id=14, size=2
  ndis0: U.S. Robotics 802.11g Wireless Turbo Adapter mem 
  0x8802-0x88021fff,0x8800-0x8801 irq 11 at device 0.0 on cardbus1
  ndis0: NDIS API version: 5.1
  ndis0: init handler failed
  device_attach: ndis0 attach returned 6
 
  What am I doing wrong?

 On Wed, Feb 20, 2008 at 04:39:22PM +, Kemian Dang wrote:
 Try add it to the /boot/loader.conf and restart to see whether it works.
 My ndis0 can not get response from ifconfig ndis0 scan, but I can
 give it the ssid manually and make it work.

thanks, it seems to be detected now, from dmesg:

cardbus1: Expecting link target, got 0xfd
cardbus1: Resource not specified in CIS: id=10, size=2000
cardbus1: Resource not specified in CIS: id=14, size=2
ndis0: U.S. Robotics 802.11g Wireless Turbo Adapter mem 0x8802-0x88021fff,
0x8800-0x8801 irq 11 at device 0.0 on cardbus1
ndis0: NDIS API version: 5.1
ndis0: Ethernet address: 00:c0:49:a9:22:59

I still cannot connect to the wireless network, but this
is probably another problem..

# ifconfig ndis0 up scan
SSIDBSSID  CHAN RATE  S:N   INT CAPS
UoB-Wireless00:16:c7:71:9d:631   52M 18:0   100 E
#

# tail /etc/rc.conf
ifconfig_ndis0=DHCP

# /etc/rc.d/netif start
ndis0: no link .. giving up
ndis0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
ether 00:c0:49:a9:22:59
media: IEEE 802.11 Wireless Ethernet autoselect
status: no carrier
ssid  channel 1
authmode OPEN privacy OFF txpowmax 100 bmiss 7
#

I also tried

# ifconfig ndis0 ssid UoB-Wireless

but that didn't help.

I'll try to update the driver version from 4.0q to 6.0b15, but
the latter is not working fine yet. I think it is because I mixed
different versions of inf, sys and firmware.

many thanks
anton
 
-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port net/acx100 for usr5410 pcmcia wireless FBSD 6.3

2008-02-21 Thread Kemian Dang
Is your wireless network a non-authentication one, if it is wpa, wep,
you may want to try follow the handbook[1].

I am not using rc.conf to start my wireless, but I think give the ssid
in rc.conf may help, because there may be more wireless network in
your area if it is a non-authentication one.
ifconfig_ath0=ssid your_ssid_here DHCP

After you give the ssid, what the ifconfig output?
Does the status change to associate?
If yes, you can try:
#dhclient ndis0
to get the ip from DHCP.

Kemian
[1]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html


On 21/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:
 On 19/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:

 Is anybody using usr5410? With what driver? And what version of FBSD?
 

On Wed, Feb 20, 2008 at 12:21:22PM +, Kemian Dang wrote:
 Try ndis, it works for my broadcom wireless adapter.
   

   On 20/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:

   I added ndis to the kernel and built the kernel module using
http://www.linuxant.com/usr11gv40q.zip driver.
   
However, when I load the module:

   I get errors. From dmesg:
   
cardbus1: Expecting link target, got 0xed
cardbus1: Resource not specified in CIS: id=10, size=2000
cardbus1: Resource not specified in CIS: id=14, size=2
ndis0: U.S. Robotics 802.11g Wireless Turbo Adapter mem 
 0x8802-0x88021fff,0x8800-0x8801 irq 11 at device 0.0 on cardbus1
ndis0: NDIS API version: 5.1
ndis0: init handler failed
device_attach: ndis0 attach returned 6
   
What am I doing wrong?
  

  On Wed, Feb 20, 2008 at 04:39:22PM +, Kemian Dang wrote:
   Try add it to the /boot/loader.conf and restart to see whether it works.
   My ndis0 can not get response from ifconfig ndis0 scan, but I can
   give it the ssid manually and make it work.


 thanks, it seems to be detected now, from dmesg:

  cardbus1: Expecting link target, got 0xfd

 cardbus1: Resource not specified in CIS: id=10, size=2000
  cardbus1: Resource not specified in CIS: id=14, size=2
  ndis0: U.S. Robotics 802.11g Wireless Turbo Adapter mem 
 0x8802-0x88021fff,
  0x8800-0x8801 irq 11 at device 0.0 on cardbus1
  ndis0: NDIS API version: 5.1

 ndis0: Ethernet address: 00:c0:49:a9:22:59

  I still cannot connect to the wireless network, but this
  is probably another problem..

  # ifconfig ndis0 up scan
  SSIDBSSID  CHAN RATE  S:N   INT CAPS
  UoB-Wireless00:16:c7:71:9d:631   52M 18:0   100 E
  #

  # tail /etc/rc.conf
  ifconfig_ndis0=DHCP

  # /etc/rc.d/netif start
  ndis0: no link .. giving up
  ndis0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 ether 00:c0:49:a9:22:59
 media: IEEE 802.11 Wireless Ethernet autoselect
 status: no carrier
 ssid  channel 1
 authmode OPEN privacy OFF txpowmax 100 bmiss 7
  #

  I also tried

  # ifconfig ndis0 ssid UoB-Wireless

  but that didn't help.

  I'll try to update the driver version from 4.0q to 6.0b15, but
  the latter is not working fine yet. I think it is because I mixed
  different versions of inf, sys and firmware.

  many thanks
  anton


  --

 Anton Shterenlikht
  Room 2.6, Queen's Building
  Mech Eng Dept
  Bristol University
  University Walk, Bristol BS8 1TR, UK
  Tel: +44 (0)117 928 8233
  Fax: +44 (0)117 929 4423

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port net/acx100 for usr5410 pcmcia wireless FBSD 6.3

2008-02-20 Thread Kemian Dang
Try ndis, it works for my broadcom wireless adapter.

Kemian

On 19/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:
 I tried to contact the port maintainer, but haven't heard anything back.

 I'd like to use US Robotics usr5410 wireless pcmcia card on my FBSD 6.3
 laptop. I understand this card is (was?) supported by port net/acx100.
 However, the net/acx100/Makefile has:

  BROKEN= Does not compile on FreeBSD = 6.x

 In addition the port maintainer's website, dev.kewl.org, states that
 acx100 is obsolete, and was replaced by acx100+111. However, there
 is no FBSD port for acx100+111.

 Is anybody using net/acx100? On what version of FBSD?

 Is anybody using acx100+111? What is the best way to install it?

 Is anybody using usr5410? With what driver? And what version of FBSD?

 Any other advice on getting usr5410 working on FBSD 6.3?

 many thanks
 anton

 --
 Anton Shterenlikht
 Room 2.6, Queen's Building
 Mech Eng Dept
 Bristol University
 University Walk, Bristol BS8 1TR, UK
 Tel: +44 (0)117 928 8233
 Fax: +44 (0)117 929 4423
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port net/acx100 for usr5410 pcmcia wireless FBSD 6.3

2008-02-20 Thread Anton Shterenlikht
 On 19/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:
  I tried to contact the port maintainer, but haven't heard anything back.
 
  I'd like to use US Robotics usr5410 wireless pcmcia card on my FBSD 6.3
  laptop. I understand this card is (was?) supported by port net/acx100.
  However, the net/acx100/Makefile has:
 
   BROKEN= Does not compile on FreeBSD = 6.x
 
  In addition the port maintainer's website, dev.kewl.org, states that
  acx100 is obsolete, and was replaced by acx100+111. However, there
  is no FBSD port for acx100+111.
 
  Is anybody using net/acx100? On what version of FBSD?
 
  Is anybody using acx100+111? What is the best way to install it?
 
  Is anybody using usr5410? With what driver? And what version of FBSD?
 
  Any other advice on getting usr5410 working on FBSD 6.3?

 On Wed, Feb 20, 2008 at 12:21:22PM +, Kemian Dang wrote:
 Try ndis, it works for my broadcom wireless adapter.

I added ndis to the kernel and built the kernel module using
http://www.linuxant.com/usr11gv40q.zip driver.

However, when I load the module:

# kldstat -vn usr*
Id Refs AddressSize Name
 21 0xc216c000 3d000usr11g_sys.ko
Contains modules:
Id Name
180 pci/usr11g_sys
181 cardbus/usr11g_sys
182 pccard/usr11g_sys
183 uhub/usr11g_sys
# 

I get errors. From dmesg:

cardbus1: Expecting link target, got 0xed
cardbus1: Resource not specified in CIS: id=10, size=2000
cardbus1: Resource not specified in CIS: id=14, size=2
ndis0: U.S. Robotics 802.11g Wireless Turbo Adapter mem 
0x8802-0x88021fff,0x8800-0x8801 irq 11 at device 0.0 on cardbus1
ndis0: NDIS API version: 5.1
ndis0: init handler failed
device_attach: ndis0 attach returned 6


What am I doing wrong?

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port net/acx100 for usr5410 pcmcia wireless FBSD 6.3

2008-02-20 Thread Kemian Dang
Try add it to the /boot/loader.conf and restart to see whether it works.
My ndis0 can not get response from ifconfig ndis0 scan, but I can
give it the ssid manually and make it work.

kemian

On 20/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:
  On 19/02/2008, Anton Shterenlikht [EMAIL PROTECTED] wrote:
   I tried to contact the port maintainer, but haven't heard anything back.
  
   I'd like to use US Robotics usr5410 wireless pcmcia card on my FBSD 6.3
   laptop. I understand this card is (was?) supported by port net/acx100.
   However, the net/acx100/Makefile has:
  
BROKEN= Does not compile on FreeBSD = 6.x
  
   In addition the port maintainer's website, dev.kewl.org, states that
   acx100 is obsolete, and was replaced by acx100+111. However, there
   is no FBSD port for acx100+111.
  
   Is anybody using net/acx100? On what version of FBSD?
  
   Is anybody using acx100+111? What is the best way to install it?
  
   Is anybody using usr5410? With what driver? And what version of FBSD?
  
   Any other advice on getting usr5410 working on FBSD 6.3?
 
  On Wed, Feb 20, 2008 at 12:21:22PM +, Kemian Dang wrote:
  Try ndis, it works for my broadcom wireless adapter.

 I added ndis to the kernel and built the kernel module using
 http://www.linuxant.com/usr11gv40q.zip driver.

 However, when I load the module:

 # kldstat -vn usr*
 Id Refs AddressSize Name
  21 0xc216c000 3d000usr11g_sys.ko
 Contains modules:
 Id Name
 180 pci/usr11g_sys
 181 cardbus/usr11g_sys
 182 pccard/usr11g_sys
 183 uhub/usr11g_sys
 #

 I get errors. From dmesg:

 cardbus1: Expecting link target, got 0xed
 cardbus1: Resource not specified in CIS: id=10, size=2000
 cardbus1: Resource not specified in CIS: id=14, size=2
 ndis0: U.S. Robotics 802.11g Wireless Turbo Adapter mem 
 0x8802-0x88021fff,0x8800-0x8801 irq 11 at device 0.0 on cardbus1
 ndis0: NDIS API version: 5.1
 ndis0: init handler failed
 device_attach: ndis0 attach returned 6


 What am I doing wrong?

 --
 Anton Shterenlikht
 Room 2.6, Queen's Building
 Mech Eng Dept
 Bristol University
 University Walk, Bristol BS8 1TR, UK
 Tel: +44 (0)117 928 8233
 Fax: +44 (0)117 929 4423

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


port net/acx100 for usr5410 pcmcia wireless FBSD 6.3

2008-02-19 Thread Anton Shterenlikht
I tried to contact the port maintainer, but haven't heard anything back.

I'd like to use US Robotics usr5410 wireless pcmcia card on my FBSD 6.3
laptop. I understand this card is (was?) supported by port net/acx100.
However, the net/acx100/Makefile has:

 BROKEN= Does not compile on FreeBSD = 6.x

In addition the port maintainer's website, dev.kewl.org, states that
acx100 is obsolete, and was replaced by acx100+111. However, there
is no FBSD port for acx100+111.

Is anybody using net/acx100? On what version of FBSD?

Is anybody using acx100+111? What is the best way to install it?

Is anybody using usr5410? With what driver? And what version of FBSD?

Any other advice on getting usr5410 working on FBSD 6.3?

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Propose for a PCMCIA wireless card for laptops

2006-11-18 Thread Preston Hagar

I have a Edimax EW-7108PCg that works great under Linux: (
http://www.zipzoomfly.com/jsp/ProductDetail.jsp?ProductCode=253490prodlist=nextag)
The reason it works great is because Edimax is great at giving documentation
to developers to write drivers for it.  I found this for OpenBSD:
http://m0n0.ch/wall/list/showmsg.php?id=147/83  Messages back from 2005 that
the OpenBSD team had received drives for it.  I didn't find anything right
away for FreeBSD, but you might could find some confirmation with a little
searching.  Anyway, it is a great card, I got it at newegg for $25, but they
don't seem to have it anymore.  Zipzoomfly does though (link above) for $30
with a $5 MIR.  Anyway, I know this isn't the absolute confirmation you
probably hoped for, but at least it might give you a card with good
potential to research a little more or try.

HTH,

Preston

On 11/16/06, Frozen [EMAIL PROTECTED] wrote:


Hey,

anyone who can propose for a (quite cheap) PCMCIA wireless card for
laptops,
easily supported by FreeBSD ?
cause i recently found a pcmcia D-Link 610 wireless card, managed to
enable
her but doesn't function properly as it should..

Thanks in advance,
Frozen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Propose for a PCMCIA wireless card for laptops

2006-11-16 Thread Frozen

Hey,

anyone who can propose for a (quite cheap) PCMCIA wireless card for laptops,
easily supported by FreeBSD ?
cause i recently found a pcmcia D-Link 610 wireless card, managed to enable
her but doesn't function properly as it should..

Thanks in advance,
Frozen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


iburst / Kyocera PCMCIA wireless broadband

2006-05-16 Thread Norberto Meijome
hi all,
I have a Kyocera pcmcia card provided with the iBurst service from Ozemail (now
Veritel) in Australia. Has anyone got this working under FreeBSD ? (running 6.1
here)

When inserted, i get:

May 16 16:18:47 ayiin kernel: pccard0: unknown card (manufacturer=0x02e3,
product=0x0002, function_type=6) at function 0
 May 16 16:18:47 ayiin kernel:
pccard0:CIS info: Kyocera Corporation, Access Card

The leds (it has 2, one for signal strength, one for 'firmware loaded' i
believe) seem to indicate it has initialised correctly for a while, but hten go
back to 'no signal'.

I believe this card is supported under linux.

thanks in advanced for any info  - i'll be looking deeper into this soon and
I'll share the results.
Beto

-- 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: iburst / Kyocera PCMCIA wireless broadband

2006-05-16 Thread Norberto Meijome
On Tue, 16 May 2006 08:27:59 +0200
[EMAIL PROTECTED] wrote:

 Have a look at www.myadsl.co.za (iBurst forums).  We also have the service
 here and have written various custom drivers for *nix and various modems.
 Not sure if yours are covered, but it might very well be.

-- 
Thanks Chris, i'll check and let you know.
regards,
Beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
I have a laptop with freebsd-6.0 and I've got everything working except my  
Buffalo WLI-CB-G54S wireless network card.
When I insert the card I get following message cardbus0: network at  
device 0.0 (no driver attached)


I found two pages that seems to be instructions to get the card working:

http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20050623.utc=1133948970

http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20051207.utc=1133982628

as they are japan, I can't get but the main idea.

So far the ndisgen doesn't work it fails to build the .ko file, but I've  
had better luck with ndiscvt which made and if_ndis.ko


both ndis.ko and if_ndis.ko are loaded, but I get no new devices and still  
get the no driver attached message.


I have no idea what to do now and I really need to get that card working.  
Ideas anyone?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: need help with pcmcia wireless network card

2006-02-13 Thread Beech Rintoul
On Monday 13 February 2006 02:25, Teemu Korhonen wrote:
 I have a laptop with freebsd-6.0 and I've got everything working except my
 Buffalo WLI-CB-G54S wireless network card.
 When I insert the card I get following message cardbus0: network at
 device 0.0 (no driver attached)

 I found two pages that seems to be instructions to get the card working:

 http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20050623.utc=113
3948970

 http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20051207.utc=113
3982628

 as they are japan, I can't get but the main idea.

 So far the ndisgen doesn't work it fails to build the .ko file, but I've
 had better luck with ndiscvt which made and if_ndis.ko

 both ndis.ko and if_ndis.ko are loaded, but I get no new devices and still
 get the no driver attached message.

 I have no idea what to do now and I really need to get that card working.
 Ideas anyone?

What does pciconf -lv say about that card?

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Alaska Paradise Travel
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpkFZCcEPbWZ.pgp
Description: PGP signature


Re: need help with pcmcia wireless network card

2006-02-13 Thread Fabian Keil
Teemu Korhonen [EMAIL PROTECTED] wrote:

 I have a laptop with freebsd-6.0 and I've got everything working
 except my Buffalo WLI-CB-G54S wireless network card.
 When I insert the card I get following message cardbus0: network
 at device 0.0 (no driver attached)
 
 I found two pages that seems to be instructions to get the card
 working:
 
 http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20050623.utc=1133948970
 
 http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20051207.utc=1133982628
 
 as they are japan, I can't get but the main idea.
 
 So far the ndisgen doesn't work it fails to build the .ko file, but
 I've had better luck with ndiscvt which made and if_ndis.ko

You don't have to build if_ndis.ko and ndis.ko manually,
they should already be present in /boot/kernel.

If ndisgen doesn't work you usually get an error message.
Without knowing the error message and how you got it,
it's hard to tell what's wrong.
 
Try running ndisgen /path/to/INF /path/to/SYS
an press return a few times. Afterwards you should
either have the kernel module containing the firmware,
or a reason why the build failed.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
Fabian Keil [EMAIL PROTECTED] wrote Mon, 13 Feb 2006 13:48:50  
+0200:



Teemu Korhonen [EMAIL PROTECTED] wrote:


I have a laptop with freebsd-6.0 and I've got everything working
except my Buffalo WLI-CB-G54S wireless network card.
When I insert the card I get following message cardbus0: network
at device 0.0 (no driver attached)

I found two pages that seems to be instructions to get the card
working:

http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20050623.utc=1133948970

http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20051207.utc=1133982628

as they are japan, I can't get but the main idea.

So far the ndisgen doesn't work it fails to build the .ko file, but
I've had better luck with ndiscvt which made and if_ndis.ko


You don't have to build if_ndis.ko and ndis.ko manually,
they should already be present in /boot/kernel.

If ndisgen doesn't work you usually get an error message.
Without knowing the error message and how you got it,
it's hard to tell what's wrong.
Try running ndisgen /path/to/INF /path/to/SYS
an press return a few times. Afterwards you should
either have the kernel module containing the firmware,
or a reason why the build failed.

Fabian


It gives lots of errors, here's a grab:

Building kernel module... In file included from  
/usr/share/misc/windrv_stub.c:57:

./windrv.h:746: error: excess elements in char array initializer
./windrv.h:746: error: (near initialization for `ndis_regvals[239].nc_val')
./windrv.h:747: warning: braces around scalar initializer
./windrv.h:747: warning: (near initialization for  
`ndis_regvals[239].nc_val[0]')
./windrv.h:747: warning: initialization makes integer from pointer without  
a cast

./windrv.h:747: error: initializer element is not computable at load time
./windrv.h:747: error: (near initialization for  
`ndis_regvals[239].nc_val[0]')

./windrv.h:747: error: excess elements in struct initializer
./windrv.h:747: error: (near initialization for `ndis_regvals[239].nc_val')
./windrv.h:747: error: excess elements in struct initializer
./windrv.h:747: error: (near initialization for `ndis_regvals[239].nc_val')
./windrv.h:748: warning: braces around scalar initializer
./windrv.h:748: warning: (near initialization for  
`ndis_regvals[239].nc_idx')
./windrv.h:748: warning: initialization makes integer from pointer without  
a cast

./windrv.h:749: warning: excess elements in scalar initializer
./windrv.h:749: warning: (near initialization for  
`ndis_regvals[239].nc_idx')

./windrv.h:750: warning: braces around scalar initializer
./windrv.h:750: warning: (near initialization for  
`ndis_regvals[239].nc_idx')
./windrv.h:750: warning: initialization makes integer from pointer without  
a cast

./windrv.h:750: warning: excess elements in scalar initializer
./windrv.h:750: warning: (near initialization for  
`ndis_regvals[239].nc_idx')

./windrv.h:750: warning: excess elements in scalar initializer
./windrv.h:750: warning: (near initialization for  
`ndis_regvals[239].nc_idx')

./windrv.h:751: error: extra brace group at end of initializer
./windrv.h:751: error: (near initialization for `ndis_regvals[239]')
./windrv.h:753: error: extra brace group at end of initializer
./windrv.h:753: error: (near initialization for `ndis_regvals[239]')
./windrv.h:753: warning: excess elements in struct initializer
./windrv.h:753: warning: (near initialization for `ndis_regvals[239]')
./windrv.h:754: error: extra brace group at end of initializer
./windrv.h:754: error: (near initialization for `ndis_regvals[239]')
./windrv.h:756: error: extra brace group at end of initializer
./windrv.h:756: error: (near initialization for `ndis_regvals[239]')
./windrv.h:756: warning: excess elements in struct initializer
./windrv.h:756: warning: (near initialization for `ndis_regvals[239]')
./windrv.h:757: error: extra brace group at end of initializer
./windrv.h:757: error: (near initialization for `ndis_regvals[239]')
./windrv.h:759: error: extra brace group at end of initializer
./windrv.h:759: error: (near initialization for `ndis_regvals[239]')
./windrv.h:759: warning: excess elements in struct initializer
./windrv.h:759: warning: (near initialization for `ndis_regvals[239]')
./windrv.h:760: error: extra brace group at end of initializer
./windrv.h:760: error: (near initialization for `ndis_regvals[239]')
./windrv.h:762: error: extra brace group at end of initializer
./windrv.h:762: error: (near initialization for `ndis_regvals[239]')
./windrv.h:762: warning: excess elements in struct initializer
./windrv.h:762: warning: (near initialization for `ndis_regvals[239]')
./windrv.h:763: error: extra brace group at end of initializer
./windrv.h:763: error: (near initialization for `ndis_regvals[239]')
./windrv.h:765: error: extra brace group at end of initializer
./windrv.h:765: error: (near initialization for `ndis_regvals[239]')
./windrv.h:765: warning: excess elements in struct initializer
./windrv.h:765: warning: (near initialization for `ndis_regvals[239]')

Re: need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
Beech Rintoul [EMAIL PROTECTED] wrote Mon, 13 Feb 2006 13:42:58  
+0200:



On Monday 13 February 2006 02:25, Teemu Korhonen wrote:
I have a laptop with freebsd-6.0 and I've got everything working except  
my

Buffalo WLI-CB-G54S wireless network card.
When I insert the card I get following message cardbus0: network at
device 0.0 (no driver attached)

I found two pages that seems to be instructions to get the card working:

http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20050623.utc=113
3948970

http://geocities.yahoo.co.jp/gl/stealth_daemon/view?.date=20051207.utc=113
3982628

as they are japan, I can't get but the main idea.

So far the ndisgen doesn't work it fails to build the .ko file, but I've
had better luck with ndiscvt which made and if_ndis.ko

both ndis.ko and if_ndis.ko are loaded, but I get no new devices and  
still

get the no driver attached message.

I have no idea what to do now and I really need to get that card  
working.

Ideas anyone?


What does pciconf -lv say about that card?

Beech



pciconf doesn't say anything about a pccard, but this seems related:

[EMAIL PROTECTED]:0:0: class=0x028000 card=0x032e1154 chip=0x432014e4 rev=0x03  
hdr=0x00

vendor   = 'Broadcom Corporation'
device   = 'BCM4306 802.11b/g Wireless LAN Controller'
class= network



If that is info of the card, then it's all wrong. It's supposed to be  
Buffalo WLI-CB-G54S



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
Okay. I've got it sorted out. I found some instructions here,  
http://dannyman.toldme.com/2005/01/05/freebsd-howto-ndisulate-windows-drivers/


I used Dell drivers with ndisgen instead of Buffalo's and got it working.

Thanks for kicking me in the right direction :)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pcmcia wireless

2004-12-22 Thread Joshua Lokken
On Wed, 22 Dec 2004 09:54:15 -0700, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
   hello,
 
   i am using the 5.0 dist, and i cant get it to read my pcmcia ethernet
   card. it is rather old card with a cat-5 connector on it for plugging
   into my router. it is called ositech trumpcard and it is the jack of
   dimonds model  the card works because i tried it on the same computer
   before loading freebsd and i could surf the net with it. is there a
   driver avaliable for this card or should i go get a wirless one? (i
   cant find any cabled ones) if i need to get a wireless one, what brand
   do you recomend? i do have a wirless g router here.

I don't know much about wireless technology or setting it up
on FreeBSD, however, you're likely to be asked Why 5.0?  
It is no longer supported, and is quite old.  Have you got
specific reasons for not going with 5.3, which is the production
release?  So I'll just get that out of the way ;)

-- 
Joshua Lokken
Open Source Advocate
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Atheros PCMCIA wireless card

2004-12-14 Thread [EMAIL PROTECTED]

hi,

im trying to automaticaly load on boot my atheros wireless card.
i have a laptop and the card is a pcmcia.
when the machine boots y doesn't recognice the card because
it doesnt know what driver to atach. but if i put
ifconfig ath0 address
it loads without problems
ive found out that to fix the problem i should edit the
file /etc/pccard.conf but i dont know what string i must use to
identify my card.
i've tried to put the string of the output of pciconf but it
doesnt work.
here you have some information:

/* this is the information of the card */

thinkpad#pciconf -lv

[EMAIL PROTECTED]:0:0:0: class=0x02 card=0x3a941186
chip=0x0013168c rev=0x01 hdr=0x00

vendor = 'Atheros Communications Inc.'
device = 'AR5213 802.11a/b/g Wireless Adapter'
class = network
subclass = ethernet

/*/

/* this is what ive filled in /etc/defaults/pccard.conf. what is
wrong here? */

card /Atheros */ / */
config auto ath ?
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop

/**/

/* and this is the message that appears when i put in the
pcmcia card. */

cardbus0: network, ethernet at device 0.0 (no driver
attached)
cbb0: Cardbus card activation failed

/**/

The last thing i want tell you is that after ifconfig ath0, if i
remove the card and i put in again, the driver loads
automatically. do you know how remember the driver to atach?
is there any file that has this information?

thank you in advance.

Juan



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA Wireless Card Question

2004-11-19 Thread Loren M. Lang
On Thu, Nov 18, 2004 at 01:21:58PM -0600, Andrew L. Gould wrote:
 On Thursday 18 November 2004 12:42 pm, Tom Connolly wrote:
  Andrew L. Gould wrote:
   On Tuesday 16 November 2004 12:30 pm, Tom Connolly wrote:
   Hello List,
   I have just put FreeBSD 5.3 Release on my Dell Latitude C600
   laptop. I wish to go wireless but I'm new to this technology.  I
   have looked through the hardware compatibility notes and have
   found several supported wireless cards.  My question is, what do I
   have to do (ports to install, configuration, etc.) to get the
   wireless connection up and running.
  
   Any help would be appreciated.
  
   Thanks,
  
   Tom
  
   Based on your email, I will assume that you purchased a compatible
   wireless adapter.
  
   1. Make sure your pccard slots work in FreeBSD 5.3.  There's no use
   in struggling with the pccard if the slots don't work.
  
   http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/x58.html
  
  
   2. Make sure your kernel is configured for your hardware.  You may
   have to add devices to your kernel:
 
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfi
 g.h tml
 
   3. Configure your wireless connection:
 
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wir
 ele ss.html
 
   Have fun,
  
   Andrew Gould
 
  Oops, I guess I missed the top line in the Handbook that I can skip
  making device nodes since I am using FreeBSD 5.3.  I assume I still
  have to add the entry for the kernel though.  Is that correct?  Then
  I assume I have to recompile the kernel which I have never done
  before.  Is this also correct?  Sorry for the remedial questions.  I
  as still a newbie.
 
  Tom
 
 For the atheros chipset, you'll need to add the following to your kernel 
 config file:
 
 device ath
 device ath_hal

Couldn't he just do something like kldload ath as root and skipping
compiling a new kernel?  While I do see advantages to compiling a
kernel, having to do so everytime you add a new pccard or usb device is
just pointless, IMHO.  In linux I just compiled a kernel with modules
for everything but the core devices to boot my machine, and did it just
once per system.  If I added a new device, I may have to change the
kernel config, but I'd just have to compile a couple modules and load
them, but didn't need to install a new kernel or even reboot.  In
freebsd, I believe I heard everything is always compiled as a module
that can be so I'd think just kldload ath would work even though there
may be no reference to ath in the kernel config.  ath_hal and wlan may
also need to be loaded, I'm not sure as I have yet to try out my
wireless card with freebsd.

 
 Since this is your first time recompiling a kernel, you might consider 
 the following advice:
 
 1. Start with a copy of GENERIC.  Since you're currently running it, you 
 know it works.
 
 2. Put additions at the bottom of the file so that you can find them 
 easily.
 
 3. When you comment out unused options or devices, comment them out with 
 a combination of characters so that you can find/reverse your changes 
 easily.  For example, rather than simply add a '#' to the front of a 
 line, you could add 2 #'s and your initials (in my case, that would be 
 '##ag').
 
 Good luck,
 
 Andrew Gould
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA Wireless Card Question

2004-11-19 Thread Andrew L. Gould
On Friday 19 November 2004 03:03 am, Loren M. Lang wrote:
 On Thu, Nov 18, 2004 at 01:21:58PM -0600, Andrew L. Gould wrote:
  On Thursday 18 November 2004 12:42 pm, Tom Connolly wrote:
   Andrew L. Gould wrote:
On Tuesday 16 November 2004 12:30 pm, Tom Connolly wrote:
Hello List,
I have just put FreeBSD 5.3 Release on my Dell Latitude C600
laptop. I wish to go wireless but I'm new to this technology. 
I have looked through the hardware compatibility notes and
have found several supported wireless cards.  My question is,
what do I have to do (ports to install, configuration, etc.)
to get the wireless connection up and running.
   
Any help would be appreciated.
   
Thanks,
   
Tom
   
Based on your email, I will assume that you purchased a
compatible wireless adapter.
   
1. Make sure your pccard slots work in FreeBSD 5.3.  There's no
use in struggling with the pccard if the slots don't work.
   
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/x58.
   html
   
   
2. Make sure your kernel is configured for your hardware.  You
may have to add devices to your kernel:
  
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelc
  onfi g.h tml
  
3. Configure your wireless connection:
  
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network
  -wir ele ss.html
  
Have fun,
   
Andrew Gould
  
   Oops, I guess I missed the top line in the Handbook that I can
   skip making device nodes since I am using FreeBSD 5.3.  I assume
   I still have to add the entry for the kernel though.  Is that
   correct?  Then I assume I have to recompile the kernel which I
   have never done before.  Is this also correct?  Sorry for the
   remedial questions.  I as still a newbie.
  
   Tom
 
  For the atheros chipset, you'll need to add the following to your
  kernel config file:
 
  device ath
  device ath_hal

 Couldn't he just do something like kldload ath as root and skipping
 compiling a new kernel?  While I do see advantages to compiling a
 kernel, having to do so everytime you add a new pccard or usb device
 is just pointless, IMHO.  In linux I just compiled a kernel with
 modules for everything but the core devices to boot my machine, and
 did it just once per system.  If I added a new device, I may have to
 change the kernel config, but I'd just have to compile a couple
 modules and load them, but didn't need to install a new kernel or
 even reboot.  In freebsd, I believe I heard everything is always
 compiled as a module that can be so I'd think just kldload ath would
 work even though there may be no reference to ath in the kernel
 config.  ath_hal and wlan may also need to be loaded, I'm not sure as
 I have yet to try out my wireless card with freebsd.

I tried to load the modules after I installed 5.3.  Both ath and ath_hal 
would need to be loaded.  I was only able to load one of the modules, 
though I can't remember which.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: PCMCIA Wireless Card Question

2004-11-18 Thread Tom Connolly
Andrew L. Gould wrote:
 On Tuesday 16 November 2004 12:30 pm, Tom Connolly wrote:
 Hello List,
 I have just put FreeBSD 5.3 Release on my Dell Latitude C600 laptop.
 I wish to go wireless but I'm new to this technology.  I have looked
 through the hardware compatibility notes and have found several
 supported wireless cards.  My question is, what do I have to do
 (ports to install, configuration, etc.) to get the wireless
 connection up and running. 
 
 Any help would be appreciated.
 
 Thanks,
 
 Tom
 
 
 Based on your email, I will assume that you purchased a compatible
 wireless adapter.
 
 1. Make sure your pccard slots work in FreeBSD 5.3.  There's no use in
 struggling with the pccard if the slots don't work.
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/x58.html
 
 
 2. Make sure your kernel is configured for your hardware.  You may
 have to add devices to your kernel:
 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.h
tml
 
 
 3. Configure your wireless connection:
 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wirele
ss.html
 
 
 Have fun,
 
 Andrew Gould


Thank you for the good information.  I completed step one, my pccard
slot works fine.  I then plugged in my wireless card (Netgear WG311T
supported by the ath(4) driver).  My system said that no driver was
configured for this card.  I assume now I must configure my kernel as
step 2 indicates but I am a little confused.  Would I just add device
ath to the kernel config file?  Also, do I then have to create a device
node?

Thank you for your help.

Tom

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: PCMCIA Wireless Card Question

2004-11-18 Thread Tom Connolly
Andrew L. Gould wrote:
 On Tuesday 16 November 2004 12:30 pm, Tom Connolly wrote:
 Hello List,
 I have just put FreeBSD 5.3 Release on my Dell Latitude C600 laptop.
 I wish to go wireless but I'm new to this technology.  I have looked
 through the hardware compatibility notes and have found several
 supported wireless cards.  My question is, what do I have to do
 (ports to install, configuration, etc.) to get the wireless
 connection up and running. 
 
 Any help would be appreciated.
 
 Thanks,
 
 Tom
 
 
 Based on your email, I will assume that you purchased a compatible
 wireless adapter.
 
 1. Make sure your pccard slots work in FreeBSD 5.3.  There's no use in
 struggling with the pccard if the slots don't work.
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/x58.html
 
 
 2. Make sure your kernel is configured for your hardware.  You may
 have to add devices to your kernel:
 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.h
tml
 
 
 3. Configure your wireless connection:
 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wirele
ss.html
 
 
 Have fun,
 
 Andrew Gould

Oops, I guess I missed the top line in the Handbook that I can skip
making device nodes since I am using FreeBSD 5.3.  I assume I still have
to add the entry for the kernel though.  Is that correct?  Then I assume
I have to recompile the kernel which I have never done before.  Is this
also correct?  Sorry for the remedial questions.  I as still a newbie.

Tom

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA Wireless Card Question

2004-11-18 Thread Andrew L. Gould
On Thursday 18 November 2004 12:42 pm, Tom Connolly wrote:
 Andrew L. Gould wrote:
  On Tuesday 16 November 2004 12:30 pm, Tom Connolly wrote:
  Hello List,
  I have just put FreeBSD 5.3 Release on my Dell Latitude C600
  laptop. I wish to go wireless but I'm new to this technology.  I
  have looked through the hardware compatibility notes and have
  found several supported wireless cards.  My question is, what do I
  have to do (ports to install, configuration, etc.) to get the
  wireless connection up and running.
 
  Any help would be appreciated.
 
  Thanks,
 
  Tom
 
  Based on your email, I will assume that you purchased a compatible
  wireless adapter.
 
  1. Make sure your pccard slots work in FreeBSD 5.3.  There's no use
  in struggling with the pccard if the slots don't work.
 
  http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/x58.html
 
 
  2. Make sure your kernel is configured for your hardware.  You may
  have to add devices to your kernel:

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfi
g.h tml

  3. Configure your wireless connection:

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wir
ele ss.html

  Have fun,
 
  Andrew Gould

 Oops, I guess I missed the top line in the Handbook that I can skip
 making device nodes since I am using FreeBSD 5.3.  I assume I still
 have to add the entry for the kernel though.  Is that correct?  Then
 I assume I have to recompile the kernel which I have never done
 before.  Is this also correct?  Sorry for the remedial questions.  I
 as still a newbie.

 Tom

For the atheros chipset, you'll need to add the following to your kernel 
config file:

device ath
device ath_hal

Since this is your first time recompiling a kernel, you might consider 
the following advice:

1. Start with a copy of GENERIC.  Since you're currently running it, you 
know it works.

2. Put additions at the bottom of the file so that you can find them 
easily.

3. When you comment out unused options or devices, comment them out with 
a combination of characters so that you can find/reverse your changes 
easily.  For example, rather than simply add a '#' to the front of a 
line, you could add 2 #'s and your initials (in my case, that would be 
'##ag').

Good luck,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: PCMCIA Wireless Card Question

2004-11-18 Thread Tom Connolly
Andrew L. Gould wrote:
 On Thursday 18 November 2004 12:42 pm, Tom Connolly wrote:
 Andrew L. Gould wrote:
 On Tuesday 16 November 2004 12:30 pm, Tom Connolly wrote:
 Hello List,
 I have just put FreeBSD 5.3 Release on my Dell Latitude C600
 laptop. I wish to go wireless but I'm new to this technology.  I
 have looked through the hardware compatibility notes and have found
 several supported wireless cards.  My question is, what do I have
 to do (ports to install, configuration, etc.) to get the wireless
 connection up and running. 
 
 Any help would be appreciated.
 
 Thanks,
 
 Tom
 
 Based on your email, I will assume that you purchased a compatible
 wireless adapter. 
 
 1. Make sure your pccard slots work in FreeBSD 5.3.  There's no use
 in struggling with the pccard if the slots don't work.
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/x58.html
 
 
 2. Make sure your kernel is configured for your hardware.  You may
 have to add devices to your kernel:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfi
 g.h tml 
 
 3. Configure your wireless connection:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wir
 ele ss.html 
 
 Have fun,
 
 Andrew Gould
 
 Oops, I guess I missed the top line in the Handbook that I can skip
 making device nodes since I am using FreeBSD 5.3.  I assume I still
 have to add the entry for the kernel though.  Is that correct?  Then
 I assume I have to recompile the kernel which I have never done
 before. Is this also correct?  Sorry for the remedial questions.  I
 as still a newbie. 
 
 Tom
 
 For the atheros chipset, you'll need to add the following to your
 kernel 
 config file:
 
 device ath
 device ath_hal
 
 Since this is your first time recompiling a kernel, you might consider
 the following advice:
 
 1. Start with a copy of GENERIC.  Since you're currently running it,
 you 
 know it works.
 
 2. Put additions at the bottom of the file so that you can find them
 easily.
 
 3. When you comment out unused options or devices, comment them out
 with 
 a combination of characters so that you can find/reverse your changes
 easily.  For example, rather than simply add a '#' to the front of a
 line, you could add 2 #'s and your initials (in my case, that would be
 '##ag').
 
 Good luck,
 
 Andrew Gould
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
 unsubscribe, send any mail to
 [EMAIL PROTECTED]  

Thanks a ton Andrew.  This is very good information.  I also appreciate
you taking the time to explain it to me in very simple terms.  Like I
said, I'm a complete newbie and I need things explained to me like I was
2 years old.  I now have enough confidence to continue.

Regards,
Tom

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA Wireless Card Question

2004-11-18 Thread Andrew L. Gould
On Thursday 18 November 2004 01:28 pm, Tom Connolly wrote:

 Thanks a ton Andrew.  This is very good information.  I also
 appreciate you taking the time to explain it to me in very simple
 terms.  Like I said, I'm a complete newbie and I need things
 explained to me like I was 2 years old.  I now have enough confidence
 to continue.

 Regards,
 Tom

No problem.  I'm an eternal newbie, myself.  Each lesson leads to more 
lessons in different areas.

I find the thought of being curious and fascinated until the day I die 
quite comforting -- a satisfaction that a completed quest could never 
provide.

Use FreeBSD and die happy.  !?

;-)

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: PCMCIA Wireless Card Question

2004-11-18 Thread Tom Connolly
Andrew L. Gould wrote:
 I find the thought of being curious and fascinated until the day I die
 quite comforting -- a satisfaction that a completed quest could never
 provide.


Well Said!

 Use FreeBSD and die happy.  !?
 

That's the plan ;-)

Thanks again,
Tom

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PCMCIA Wireless Card Question

2004-11-16 Thread Tom Connolly
Hello List,
I have just put FreeBSD 5.3 Release on my Dell Latitude C600 laptop.  I
wish to go wireless but I'm new to this technology.  I have looked
through the hardware compatibility notes and have found several
supported wireless cards.  My question is, what do I have to do (ports
to install, configuration, etc.) to get the wireless connection up and
running.
 
Any help would be appreciated.
 
Thanks,
 
Tom
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA Wireless Card Question

2004-11-16 Thread Andrew L. Gould
On Tuesday 16 November 2004 12:30 pm, Tom Connolly wrote:
 Hello List,
 I have just put FreeBSD 5.3 Release on my Dell Latitude C600 laptop. 
 I wish to go wireless but I'm new to this technology.  I have looked
 through the hardware compatibility notes and have found several
 supported wireless cards.  My question is, what do I have to do
 (ports to install, configuration, etc.) to get the wireless
 connection up and running.

 Any help would be appreciated.

 Thanks,

 Tom


Based on your email, I will assume that you purchased a compatible 
wireless adapter.

1. Make sure your pccard slots work in FreeBSD 5.3.  There's no use in 
struggling with the pccard if the slots don't work.

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/x58.html


2. Make sure your kernel is configured for your hardware.  You may have 
to add devices to your kernel:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html


3. Configure your wireless connection:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html


Have fun,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pcmcia wireless cards

2004-04-12 Thread sAndri Kok
Hi guys,

I noticed that the hardware list for wireless interfaces are quite old. I'm 
thinking of buying a wlan pcmcia card, but it seems that the ones I can find 
around my area are not in the list. The nearest I can find is SMC 2635W (the 
one in the list is SMC 2632W). Anyone have tried this card before? Is it 
compatible? what about belkin cards? or Netgear MA521 that supports 821.1g?

And have anyone tried Compaq WL400 wlan access point with freebsd yet? can 
you configure it from freebsd an not from windows? any replies would be 
appreciated. Thx a lot guys =)

regards,

Andri

_
We've 100s of NEW questions! Play Millionaire online to win . Click here 
 http://sites.ninemsn.com.au/minisite/millionaire/default.asp

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Belkin PCMCIA wireless card (F5D6020 ver. 2)

2003-09-02 Thread Steven Ketcham
I am assuming this card is not supported? I did find this message on a 
linux newsgroup:

Scott Waye [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
To finish my own thread, it turns out that the new Belkin cards do indeed
use a different chipset.  It is supported under the
atmelwlandriver.sourceforge.net project.  Brief instructions for what I
did are here:  www.boldtower.com/linux/sony.html
On Mon, 01 Sep 2003 18:10:39 -0400, Steven Ketcham [EMAIL PROTECTED] 
wrote:

I bought a Belkin PCMCIA wireless card (F5D6020 ver. 2) for my laptop. 
When I insert it I receive a panic message then the machine reboots. Is 
the Belkin supported? I have seen some posts saying that it is. Is there 
something special that needs done before inserting this type of card? I 
am currently using a Xircom card and it works fine. I just want to go the 
wireless route.
Is there a better entry level wireless PCMCIA card to purchase?
FreeBsd 5.1.
Thanks!


--

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Belkin PCMCIA wireless card (F5D6020 ver. 2)

2003-09-01 Thread Steven Ketcham
I bought a Belkin PCMCIA wireless card (F5D6020 ver. 2) for my laptop. When 
I insert it I receive a panic message then the machine reboots. Is the 
Belkin supported? I have seen some posts saying that it is. Is there 
something special that needs done before inserting this type of card? I 
am currently using a Xircom card and it works fine. I just want to go the 
wireless route.
Is there a better entry level wireless PCMCIA card to purchase?
FreeBsd 5.1.
Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA wireless nic

2003-03-27 Thread Pierrick Brossin
Quoting Volker Kindermann [EMAIL PROTECTED]:

 AFAIK, the Netgear MA401 has an Intersil Prism 2 (or 2.5) chipset which
 is supported well.

Since we are talking about wireless stuff (hehe) I want to ask if someone
tried the bsd-airtools ?
I wanted to check those tools because it's kinda interesting!

I installed them and have to run it that way: dstumbler wi0 -o

But apparently when it founds a network my laptop crashes :)
(it goes in debug mode)

I'm using 5.0...

Any idea ?

Thanx

-- 
Pierrick Brossin
IT Swiss - QUARK Media House
6a Puits Godet, 2000 Neuchatel, Switzerland
Mail Prof: pbrossin_AT_quark.ch Mail Priv: admin_AT_swissgeeks.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA wireless nic

2003-03-27 Thread Kenzo

The last time I played with it on 4.7 it worked fine.
What kind of card are you using?
I was using a linksys wp11.

You can also look at this, if you're interested in wireless sniffing.
http://www.kismetwireless.net/
it works great, if you get it to work on Freebsd.
I was only able to get it working half the times I tried to install it.



- Original Message -
From: Pierrick Brossin [EMAIL PROTECTED]
To: Volker Kindermann [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 6:49 AM
Subject: Re: PCMCIA wireless nic


 Quoting Volker Kindermann [EMAIL PROTECTED]:

  AFAIK, the Netgear MA401 has an Intersil Prism 2 (or 2.5) chipset which
  is supported well.

 Since we are talking about wireless stuff (hehe) I want to ask if someone
 tried the bsd-airtools ?
 I wanted to check those tools because it's kinda interesting!

 I installed them and have to run it that way: dstumbler wi0 -o

 But apparently when it founds a network my laptop crashes :)
 (it goes in debug mode)

 I'm using 5.0...

 Any idea ?

 Thanx

 --
 Pierrick Brossin
 IT Swiss - QUARK Media House
 6a Puits Godet, 2000 Neuchatel, Switzerland
 Mail Prof: pbrossin_AT_quark.ch Mail Priv: admin_AT_swissgeeks.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA wireless nic

2003-03-27 Thread Volker Kindermann
 Since we are talking about wireless stuff (hehe) I want to ask if
 someone tried the bsd-airtools ?
 I wanted to check those tools because it's kinda interesting!
 
 I installed them and have to run it that way: dstumbler wi0 -o
 
 But apparently when it founds a network my laptop crashes :)
 (it goes in debug mode)
 
 I'm using 5.0...

no problem here with 4.8-RC.

 -volker
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PCMCIA wireless nic

2003-03-26 Thread Brian Henning
Greetings-
Recently i borrowed a Netgear MA401 PCMCIA 11Mbps nic  from a friend. I put it
into my Laptop to see if it would be recognized in BSD 4.7. Everything seemed
ok, the wi0 driver loaded and it recognized the mac address. The only thing that
went wrong was the led on the card was blinking green. I don't know if that is
good or bad. I want to know if anyone out there has the same card and if there
are any issues or not with BSD?

thanks,
brian
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA wireless nic

2003-03-26 Thread Volker Kindermann
 Recently i borrowed a Netgear MA401 PCMCIA 11Mbps nic  from a friend.
 I put it into my Laptop to see if it would be recognized in BSD 4.7.
 Everything seemed ok, the wi0 driver loaded and it recognized the mac
 address. The only thing that went wrong was the led on the card was
 blinking green. I don't know if that is good or bad. I want to know if
 anyone out there has the same card and if there are any issues or not
 with BSD?

AFAIK, the Netgear MA401 has an Intersil Prism 2 (or 2.5) chipset which
is supported well.

The blinking led on my Cards (D-Link DWL650) is a sign that no network
to connect to was found. Perhaps it's the same with your card but it
would be safer to check the card's manual.

 -volker

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PCMCIA wireless nic

2003-03-26 Thread Dirk-Willem van Gulik


On Wed, 26 Mar 2003, Brian Henning wrote:

 ok, the wi0 driver loaded and it recognized the mac address. The only thing that
 went wrong was the led on the card was blinking green. I don't know if that is

That means it aint talking to no basestation. Putting the card in mode 3 /
managed mode and then do:

ifconfig wi0 ssid any

should do the trick, assuming that there is a base station. Or replace ANY
by the locale SSID (wireless network name).

Dw.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]