PDA

View Full Version : New to BSD & Wifi



radtek
September 8th, 2008, 02:05 AM
I just installed DesktopBSD. Probably the most painless basic install ever of any OS I've ever tried. I like the minimalism of Gnome but KDE is allright too so I'll play with it. I'm looking for stability & security.

Impressed to a certain degree. Very snappy and the package manager reveals vulnerable packages installed.

I have two basic questions:

Wireless networking... My Toshiba laptop's internal wifi is usb based. With Ubuntu I use Ndiswrapper. I see it isn't supported yet in BSD's NDISulator. Really this could be a deal breaker. And, I'm willing to bet the majority of Laptops currently marketed have their wifi cards wired in via usb. Just a WAG. Any hope soon for me?

Also, how do I install support for side-scrolling for my touchpad? Not a huge issue, but potentially a deal breaker as well since it is irritating and inconvenient.

Hardware specs provided upon request.

Thanks guys.

radtek

cardinals_fan
September 8th, 2008, 02:35 AM
What is your wireless card? My Belkin F5D7050USB works great...

radtek
September 8th, 2008, 04:13 AM
It is a Realtek 8187B

Also I installed "libsynaptics" pkg to get scrolling. However, I get this message when I try to open the configuration:

Shared Memory is not accessible.
Please add the option 'UseShm ''true''' into the touch pad section of /etc/X11/xorg.conf

But...


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

blah blah

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "record"
Load "xtrap"
Load "glx"
Load "freetype"
Load "type1"
EndSection


Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection

blah blah



Since there was no 'touchpad section' I tried adding it to the end of mouse0 input device section but no success.

cardinals_fan
September 8th, 2008, 04:39 AM
I havenīt got time to look into this now, but donīt worry, Iīll put it on my list.

radtek
September 8th, 2008, 04:57 AM
Thanks- I'll check back.

BTW, the more I fiddle with it, BSD is really attractive.