wireless network

2006-07-14 Thread pk.ra
I have already read ifconfig manual page, but I have not found there
anything about wireless network configuration using certificates. Does
OpenBSD support registering to a safe wireless network using certificates?
Does anyone know anything about that?

Jeff Quast wrote:
> man ifconfig
>> On 7/13/06, pk.ra <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:
>>> I work with safe wireless network. For registering to this network I
should
>>> use 2 certificates. Also I should use username and password.  How I can
>>> register to this wireless network? Where can I find information about
>>> wireless network configuration?
t



[no subject]

2006-07-13 Thread pk.ra
I work with safe wireless network. For registering to this network I should
use 2 certificates. Also I should use username and password.  How I can
register to this wireless network? Where can I find information about
wireless network configuration?



Re: question about mount command

2006-06-27 Thread pk.ra
It is useful option, but this option doesn't help. For example:

I have MSDOS partition and files on this partition with names in 866
codepage, but for current console I load font in koi8-r codepage :(

And what am I due to do with name of files in X system?

2006/6/24, Stuart Henderson <[EMAIL PROTECTED]>:
>
> > >and one partition for OpenBSD. There are files with name on other
> languages
> > >on my MSDOS partitions. How can I mount these partitions with correct
> names
> > >of files? When I try to mount these partitions with the following
> command:
> > >
> > >mount /dev/wd0i /mnt/C
> > >
> > >all files on others languages appears as "??".
>
> ls(8):
>
>  -q  Force printing of non-graphic characters in file names as the
>  character `?'; this is the default when output is to a
> terminal.



question about mount command

2006-06-23 Thread pk.ra
Hi, folks.
I have a question. Could you help me?

I am newbie in OpenBSD. I use OpenBSD how desktop workstation. My hard disk
is divided into four partitions. There are two MSDOS partitions, one FreeBSD
and one partition for OpenBSD. There are files with name on other languages
on my MSDOS partitions. How can I mount these partitions with correct names
of files? When I try to mount these partitions with the following command:

mount /dev/wd0i /mnt/C

all files on others languages appears as "??".

In Linux I can do this if I use options for mount command:

mount /dev/sd0 -o iocharset=koi8-r,codepage=866 /mnt/C