Jump to content

Recommended Posts

Posted

Уважаемый All!

 

Вчера включил в FreeBSD 5.2.1 realtek SP906BB с драйвером от WinXP, ибо родных в природе нет :) Да-да, я знаю, что это звучит странно, но вопрос к тем, для кого это не так :)

 

Интересно, в частности, вот что: пытаюсь задать ssid через wicontrol, получаю сообщение о том, что flag deprecated и предложение воспользоваться ifconfig. Задаю ifconfig ssid без ошибок, но при просмотре параметров вижу: ssid ''.

 

Кроме этого, все-таки успешно добившись подключения карты к базовой станции, после отключения не вижу изменения статуса, который навсегда остается associated.

 

Может быть, это так и надо в такой, мягко говоря, кривой конфигурации, но вдруг есть какие-то рецепты? :)

 

Заранее спасиба!

Posted

<citate from Bill Paul>

The correct way to set the ssid of your NIC is to do:

# ifconfig ndis0 10.0.0.1 netmask 0xffffff00 ssid myssid media autoselect

up

That's for infrastructure mode, i.e. with an actual AP. If you want

to use ad-hoc mode, do:

# ifconfig ndis0 10.0.0.1 netmask 0xffffff00 ssid myssid mediaopt adhoc up

You can scan for networks to attach to using:

# wicontrol -i ndis0 -l

You can't set the channel, so don't worry about that for now.

</citate from Bill Paul>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...