802.11h

2006-06-18 Thread Fridtjof Busse
Hello
I'd like to know what the current status of DFS (Dynamic Frequency
Selection) and TPC (Transmit Power Control) under FreeBSD is.
Any way to build an accesspoint complying to 802.11h with FreeBSD?
Without 802.11h, Germany allows only 13 dBm trasmit power, which is not
really much, especially on 5 Ghz.

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


Re: Mounting USB-stick

2005-04-24 Thread Fridtjof Busse
* Dan Olson <[EMAIL PROTECTED]>:
> For me to get da0s1 to appear I use the command:
> 
> cat /dev/null > /dev/da0
> 
> I think there is a timing issue with my device, a Kingston Elite.

Great, thanks, that works for me as well.
I also found out it works if the stick is plugged in at boot time.
After all, it looks like a bug to me, at least I never had any problems
with the stick (Dell Memory Key) on Linux.
Is there already a report about this (didn't find anything at a first
glance)? Is it worth a bugreport?

BTW: Changing USB_PORT_POWERUP_DELAY to 1000 in /usr/src/sys/dev/usb/
usb.h didn't help. Maybe something else I could try?

-- 
Fridtjof Busse
printk("MASQUERADE: No route: Rusty's brain broke!\n");
linux-2.4.3/net/ipv4/netfilter/ipt_MASQUERADE.c
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mounting USB-stick

2005-04-23 Thread Fridtjof Busse
* Mike Jeays <[EMAIL PROTECTED]>:
> > Now I have /dev/da0, but no /dev/da0s1.
> > No matter what I try with camcontrol, I don't get da0s1.
> > By accident I found out that after I mount /dev/da0 (which of course
> > doesn't give me any files on the stick) and umount it, I get /dev/
> > da0s1. What's going on/wrong and how can I fix it? I don't need
> > amd, so I'd be happy about a simple solution, if there's any.
> > Thanks! :)
> 
> Run fdisk on the drive, and see where the partitions are.  I have
> found cases where the fourth partition holds the data, and you can
> mount it with 'mount -t msdos /dev/da0s4 /mnt'.  Running fdisk with
> no parameters won't do any damage - but see below.
>
> In other cases of trouble, try 'camcontrol devlist' to get a list of
> which device numbers have been assigned.  It isn't always da0.

As I've already written: da0s1 is correct, but it only appears if I run
'mount_msdosfs /dev/da0 /mnt && umount /mnt' before.
Otherwise there's only /dev/da0, nothing else. Then I can mount 
/dev/da0s1. 
I'd just like to know how I can mount da0s1 without having to mount the
device itself first. The partition is there and works fine under Linux
and FreeBSD, but FreeBSD doesn't "see" it at first. camcontrol lists the
device as soon as I plug it in ('scbus 1 target 0 lun 0 (pass0,da0)'),
but da0s1 won't appear before I use the above "workaround".

-- 
Fridtjof Busse
   It's psychosomatic. You need a lobotomy. I'll get a saw.
  -- Calvin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Mounting USB-stick

2005-04-23 Thread Fridtjof Busse
Hi
I've got a problem with mounting a USB-stick on FreeBSD 5.4-RC3 (and
according to google I'm not the only one, but noone seems to have had
the problem I have):
If I plug the stick in, I get lots of

Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI
Status Error
Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): SCSI Status:
Check Condition
Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): UNIT ATTENTION
asc:3a,0 
Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): Medium not
present 
Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): Retrying
Command (per Sen se Data) 
Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): READ CAPACITY.
CDB: 25 0 0 0 0 0 0 0 0 0 
[...]

It ends with

Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): Retries Exhausted
Apr 23 21:26:08 fbsd kernel: Opened disk da0 -> 6

Now I have /dev/da0, but no /dev/da0s1.
No matter what I try with camcontrol, I don't get da0s1.
By accident I found out that after I mount /dev/da0 (which of course
doesn't give me any files on the stick) and umount it, I get /dev/da0s1.
What's going on/wrong and how can I fix it? I don't need amd, so I'd be
happy about a simple solution, if there's any.
Thanks! :)

-- 
Fridtjof Busse
"In terms of the CO2 issue ... We will not do anything that harms our
economy, because, first things first, are the people who live in
America."

George W. Bush
circa February 2001
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-09 Thread Fridtjof Busse
* "N.J. Thomas" <[EMAIL PROTECTED]>:
> > I just installed FreeBSD 5.4RC, everything works so fine. Just
> > firefox won't work (running xfce), neither the package nor the
> > port. I can only start it as root, under a normal user nothing
> > happens at all. /usr/X11R6/bin/firefox quits after a second and no
> > firefox.
> 
> Had same problem under 5.3. Tracked it down to permissions problems
> when I gave root a new shell (with umask 077 instead of 022).
> 
> Run find on /usr and see if there are any files/dirs with perms of
> 600/700 that look like they should be public. (I believe in my case it
> was some gconf dirs.)

Nope, 'find /usr -perm 700' and 'find /usr -perm 600' show up nothing
unusual. Just three files from xdm.
Still no firefox :(


-- 
Fridtjof Busse
   "Some things don't need the thought people give them."  -Hobbes
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-09 Thread Fridtjof Busse
* "N.J. Thomas" <[EMAIL PROTECTED]>:
> > I just installed FreeBSD 5.4RC, everything works so fine. Just
> > firefox won't work (running xfce), neither the package nor the
> > port. I can only start it as root, under a normal user nothing
> > happens at all. /usr/X11R6/bin/firefox quits after a second and no
> > firefox.
> 
> Had same problem under 5.3. Tracked it down to permissions problems
> when I gave root a new shell (with umask 077 instead of 022).
> 
> Run find on /usr and see if there are any files/dirs with perms of
> 600/700 that look like they should be public. (I believe in my case it
> was some gconf dirs.)

I'll look into this, thanks.
But how can a package have wrong permissions?
I installed the port (after deleting everything 'pkg_add -r
firefox' installed) after I noticed the package didn't work.

-- 
Fridtjof Busse
"Laura and I really don't realize how bright our children is sometimes
until we get an objective analysis."

George W. Bush
April 15, 2000
Comment made on NBC's Meet the Press.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-08 Thread Fridtjof Busse
* jason henson <[EMAIL PROTECTED]>:
> >I'm starting it from commandline. It doesn't print any errors and
> >exits after a second.
> >Under root, it starts and gives me debugging messages. 
>  
> Does it do a core dump?  What options did you use to compile?  Are
> your dependancies out of date?  There was just a big gnome update,
> see freebsd.org/gnome for an update script.

It's a fresh 5.4RC installation, so I doubt there's anything out of
date.
Package behaves the same as the port (I cimpiled after the package
wouldn't work, no special options).
I simply run firefox, nothing happens:
$ which firefox
/usr/X11R6/bin/firefox
$ firefox
$
No window, no process, nothing.

But:
/usr/X11R6/lib/firefox/firefox-bin also exits, complaining about missing
libmozjs.so (ldd show me that the library is in fact not found).
libmozjs.so exists: /usr/X11R6/lib/firefox/libmozjs.so
But why does it work as root then (running the firefox-script, not
firefox-bin directly)?

-- 
Fridtjof Busse
Fry: "Hey, you guys, the most amazing thing happened, it's two-for-one
Tuesday at Krispy Kreme! Plus there's mermaids." 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-08 Thread Fridtjof Busse
* Mike Jeays <[EMAIL PROTECTED]>:
> > I just installed FreeBSD 5.4RC, everything works so fine.
> > Just firefox won't work (running xfce), neither the package nor the
> > port. I can only start it as root, under a normal user nothing
> > happens at all. /usr/X11R6/bin/firefox quits after a second and no
> > firefox. How can I fix this?
> > Thanks.
> 
> At a guess, you may have created some configuration files owned by
> root the first time you started it.  Try hunting them down and
> deleting them, and start firefox from a user account again.

At first run, I tried to start firefox under the local user of course.
When that wouldn't work , I searched Google and found an old bug about
similiar behavior that suggested running firefox as root the first
time. Didn't help, so I'm stuck since it's uite some time I used
FreeBSD.

> Also try running firefox from a command line in an xterm, if you
> haven't already done so, and see if there are any helpful error
> messages.

I'm starting it from commandline. It doesn't print any errors and exits
after a second.
Under root, it starts and gives me debugging messages. 

-- 
Fridtjof Busse
BOFH Excuse #122:

because Bill Gates is a Jehovah's witness and so nothing can work on
St. Swithin's day.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Firefox won't start

2005-04-08 Thread Fridtjof Busse
Hi
I just installed FreeBSD 5.4RC, everything works so fine.
Just firefox won't work (running xfce), neither the package nor the
port. I can only start it as root, under a normal user nothing happens
at all. /usr/X11R6/bin/firefox quits after a second and no firefox.
How can I fix this?
Thanks.

-- 
Fridtjof Busse
   "Endorsing products is the American way of expressing individuality."
-Calvin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xine and arts

2004-01-28 Thread Fridtjof Busse
Hi
I recently switched from linux to FreeBSD and now I'm experiencing a 
problem with xine (from ports) under KDE (from 
packages) on FreeBSD 5.2:
If xine uses arts (OSS works fine) for audio-output, it doesn't 
terminate correctly.
Even after I closed the xine-window, the process still runs and consumes 
CPU. I have to kill it with 'kill -9' although ps marks it as runnable.
I contacted the xine-team, but they don't have anyone to check/reproduce 
this since their BSD-guy doesn't run arts/KDE.
arts-output works fine for other applications (noatun, mplayer etc.), so 
it's not a general problem.
Could maybe anyone of you verify this?
Thanks.

-- 
Fridtjof Busse
   "I don't know which is worse,  ...that everyone has his price, or 
that the price is always so low."  -Calvin

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