Currently Browsing: Network

Searching For A Low Spam Solution

I have found myself in spam hell the last couple of months.  Not so much because of my laptop or desktops, they all run spamassassin.  No it’s the Peek my mobile e-mail and text device.  I got rid of my cellphone at the beginning of this year, I wasn’t really using it to call with anymore.  The Peek is a great device but they don’t do an spam catching, which is great because I wouldn’t want them to.

I did find these scripts from ConfigServer Services.  The offer this script for free.  In addition you can buy the front-end add-on for cPanel.  This is only $35 for a server license which I think is pretty cheap for what you get. I already run some of the other scripts they provide.  They are a trusted source for not only free scripts but server configuration services as well. There website is also a great source for several cPanel related articles.

MailScanner, the scritp the above script installs does use SpamAssassin and ClamAV for spam and virus detection.  I will have to monitor what this will do to mainly my memory on the server.  I don’t really want to drive up the cost of hosting, and having to increase memory because of SpamAssassin could do this.

Wpa_supplicant in /etc/network/interfaces and Karmic Koala 9.10

Most of you know that Karmic Koala 9.10 released on the 29th October.  I noticed during my test run with Alpha’s and Beta’s of Karmic that my use of wpa_supplicant as described in this article didn’t work any more.

The lines in /etc/network/interfaces have changed from:

wpa-conf /etc/wpa_supplicant.conf
wpa-driver wext

to:

pre-up wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B
post-down killall -q wpa_supplicant

Also if you where using :

wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf -B

then this now has to be changed to:

Network Compatibility In Linux Sometimes A Big Problem

Network compatibility has been a problem especially with wireless networking.  Some of the hardware is supported and some of it is not.

I wrote an article about this on Bright Hub please feel free to read it here.  It has some links to sites that can help out and explains why.

How To Get The Netgear WN311T To Work

Unfortunately there is no Linux driver for this PCI wireless adapter.  Believe me I have searched.  The Marvell driver for the TopDog is said to work, but under Intrepid I couldn’t get it to work.

The Chipset

The chipset in this adapter is the following:

lspci -nn | grep Marvell

Result:

01:08.0 Ethernet controller: Marvell Technology Group Ltd. 88W8361 [TopDog] 802.11n Wireless (rev 03)
Subsystem: Netgear Device 7e00
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 10
Memory at fdec0000 (32-bit, non-prefetchable) [size=64K]
Memory at fdee0000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [access denied]

To use this adapter we need to use ndiswrapper and the Windows driver.