Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Scot Hetzel
On Fri, Oct 29, 2010 at 12:59 AM, Matthias Apitz wrote: > I booted the 8-CURRENT this morning, loaded the module with kldload(8) and > wlan0 came up by its own (I did not realized this yesterday). I have in > rc.conf: > > wlans_ndis0="wlan0" > ifconfig_wlan0="WPA DHCP" > > wpa_supplicant(8) starte

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Matthias Apitz
El día Thursday, October 28, 2010 a las 12:07:10PM +, Paul B Mahol escribió: > > # ifconfig ndis0 192.168.2.200 > > > > All this is with a 8-CURRENT kernel/system as of May 2009. I will now build > > a > > USB key from HEAD and will continue testing. > > > > On 9/8 CURRENT you create wlanX wi

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Benjamin Kaduk
On Thu, 28 Oct 2010, Gleb Kurtsou wrote: Besides as far as I know OpenAFS has user-kernel interface and implements filesystem at userspace. Sun or Apple have reimplemented fuse The filesystem portions of OpenAFS are implemented in-kernel. Userspace utilities are for manipulating and querying

Re: [SPAM] freebsd-current Digest, Vol 367, Issue 6

2010-10-28 Thread Littlecho
--Best Regards,Littlecho This message has been scanned for viruses and dangerous content and is believed to be clean. > Original Message >From: freebsd-current-requ...@freebsd.org >To: freebsd-current@freebsd.org >Sent: Thu, Oct 28, 2010, 20:01 PM >Subject: [SPAM] freebsd-current Diges

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Alberto Villa
On Thu, Oct 28, 2010 at 4:37 PM, Scot Hetzel wrote: > When you get the Windows NDIS driver from the computer manufacture, > you are ensured that your card is supported by that version of the > driver.  If you download the Windows NDIS driver from another source, > that driver may not include suppo

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Alberto Villa
On Wed, Oct 27, 2010 at 5:12 PM, Scot Hetzel wrote: > You just need to download the driver from the manufacture of your computer. i downloaded some from acer and dell, until i found one from hp (actually, more than one - http://h10025.www1.hp.com/ewfrf/wc/searchResults?tmp_qt=broadcom+wireless&lc

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Ivan Voras
On 28 October 2010 23:57, Gleb Kurtsou wrote: > On (28/10/2010 22:24), Ivan Voras wrote: >> On 28 October 2010 16:15, Gleb Kurtsou wrote: >> >> > I'd agree that "sshfs" is most wanted feature, but fuse_sshfs >> > implementation is broken at best. It doesn't even have notion on inode >> > numbers.

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Gleb Kurtsou
On (28/10/2010 22:24), Ivan Voras wrote: > On 28 October 2010 16:15, Gleb Kurtsou wrote: > > > I'd agree that "sshfs" is most wanted feature, but fuse_sshfs > > implementation is broken at best. It doesn't even have notion on inode > > numbers. It returns all directory entries with d_file=0, the

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Kevin Oberman
> From: Ivan Voras > Date: Thu, 28 Oct 2010 22:24:37 +0200 > Sender: owner-freebsd-curr...@freebsd.org > > On 28 October 2010 16:15, Gleb Kurtsou wrote: > > > I'd agree that "sshfs" is most wanted feature, but fuse_sshfs > > implementation is broken at best. It doesn't even have notion on inode

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Ivan Voras
On 28 October 2010 16:15, Gleb Kurtsou wrote: > I'd agree that "sshfs" is most wanted feature, but fuse_sshfs > implementation is broken at best. It doesn't even have notion on inode > numbers. It returns all directory entries with d_file=0, the same way > st_ino=0. To make it actually work (dire

Call for testers: SNMPv3 support for bsnmpd(1)

2010-10-28 Thread Shteryana Shopova
under http://people.freebsd.org/~syrinx/snmp/svn-snmpd-20101028-02.diff. To compile && install the sources #cd #fetch http://people.freebsd.org/~syrinx/snmp/svn-snmpd-20101028-02.diff #mkdir contrib/bsnmp/snmp_vacm && mkdir contrib/bsnmp/snmp_usm && mkdir usr.sbin/bsnmpd

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Gustau Pérez
Al 28/10/10 13:49, En/na Ivan Voras ha escrit: 1) it *is* popular, as reports about its breakage arrive pretty soon after it breaks (i.e. due to mainline kernel changes) 2) it is currently available as a port but it is practically unmaintained. The source code archive is from 2008 and the port c

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Scot Hetzel
On Thu, Oct 28, 2010 at 1:06 AM, Matthias Apitz wrote: > El día Wednesday, October 27, 2010 a las 12:12:09PM -0500, Scot Hetzel > escribió: > >> > Where did you get your bcmwl5 driver?  If you downloaded it from Acer, >> > it should work.  If you downloaded it from anywhere else then this >> > mi

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Gleb Kurtsou
On (28/10/2010 13:49), Ivan Voras wrote: > Hello, > > After a discussion in arch@, it looks like there are many developers > interested in having fusefs in the tree but no VFS experts with the > time to fix the remaining bugs and basically make it stable enough to > commit to the base tree. > > F

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Ivan Voras
On 10/28/10 14:35, Vincent Hoffman wrote: > On 28/10/2010 12:49, Ivan Voras wrote: >> Hello, >> > >> Basically, this is a call for help in working on fusefs. There are >> several developers and users willing to do testing and such but no >> available developers with their hands in the guts of VFS

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Matthias Apitz
El día Thursday, October 28, 2010 a las 12:07:10PM +, Paul B Mahol escribió: > > # dhclient ndis0 > > ifconfig: ioctl (SIOCAIFADDR): Invalid argument > > ndis0: not found > > > > and the same is with > > > > # ifconfig ndis0 192.168.2.200 > > > > All this is with a 8-CURRENT kernel/system as o

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Paul B Mahol
On 10/28/10, Matthias Apitz wrote: > El dia Wednesday, October 27, 2010 a las 12:07:51PM -0500, Scot Hetzel > escribio: > >> On Wed, Oct 27, 2010 at 8:58 AM, Alberto Villa wrote: >> > On Wed, Oct 27, 2010 at 1:36 PM, Paul B Mahol wrote: >> >> NDISulator does not support 6.X NDIS API. You will ne

Re: Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Vincent Hoffman
On 28/10/2010 12:49, Ivan Voras wrote: > Hello, > > Basically, this is a call for help in working on fusefs. There are > several developers and users willing to do testing and such but no > available developers with their hands in the guts of VFS to squash the > buried bugs. Fusefs might be especi

Fixing and importing the fusefs kernel module - any VFS-savvy takers?

2010-10-28 Thread Ivan Voras
Hello, After a discussion in arch@, it looks like there are many developers interested in having fusefs in the tree but no VFS experts with the time to fix the remaining bugs and basically make it stable enough to commit to the base tree. Fusefs is the Linux-developed userland filesystem interfac