Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Matthias Apitz
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 might be why it didn't work for you. Just noticed that you didn't

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Matthias Apitz
El día Wednesday, October 27, 2010 a las 12:07:51PM -0500, Scot Hetzel escribió: On Wed, Oct 27, 2010 at 8:58 AM, Alberto Villa avi...@freebsd.org wrote: On Wed, Oct 27, 2010 at 1:36 PM, Paul B Mahol one...@gmail.com wrote: NDISulator does not support 6.X NDIS API. You will need to find

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

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, snip much 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

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Paul B Mahol
On 10/28/10, Matthias Apitz g...@unixarea.de 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 avi...@freebsd.org wrote: On Wed, Oct 27, 2010 at 1:36 PM, Paul B Mahol one...@gmail.com wrote: NDISulator

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 of May 2009. I

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, snip much 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

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. Fusefs

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Scot Hetzel
On Thu, Oct 28, 2010 at 1:06 AM, Matthias Apitz g...@unixarea.de 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

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

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 freebsd-sources direktory #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/tools

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 gleb.kurt...@gmail.com 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

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

2010-10-28 Thread Kevin Oberman
From: Ivan Voras ivo...@freebsd.org Date: Thu, 28 Oct 2010 22:24:37 +0200 Sender: owner-freebsd-curr...@freebsd.org On 28 October 2010 16:15, Gleb Kurtsou gleb.kurt...@gmail.com wrote: I'd agree that sshfs is most wanted feature, but fuse_sshfs implementation is broken at best. It

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 gleb.kurt...@gmail.com 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

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 gleb.kurt...@gmail.com wrote: On (28/10/2010 22:24), Ivan Voras wrote: On 28 October 2010 16:15, Gleb Kurtsou gleb.kurt...@gmail.com wrote: I'd agree that sshfs is most wanted feature, but fuse_sshfs implementation is broken at best. It doesn't even

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Alberto Villa
On Wed, Oct 27, 2010 at 5:12 PM, Scot Hetzel swhet...@gmail.com 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 -

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-28 Thread Alberto Villa
On Thu, Oct 28, 2010 at 4:37 PM, Scot Hetzel swhet...@gmail.com 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

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 Digest,

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