Meeting notes Nov 2007

This post was a little late. We met on 11/07/2007 at Barnes and Nobles as normal.
The topics discussed where as follows:
Mark brought in a USB micro controller. One of the problems that he had was the usb device numbers jumped around making it hard for him to track it.
He was using lsusb to list the usb device but he was having trouble finding it in the dev tree. Normally, lsusb gives you an idea where to look.
For example, when I do a lsusb on my machine I get the following output:
ted@ted-home-desktop:~$ lsusb
Bus 001 Device 002: ID 046d:c404 Logitech, Inc. TrackMan Wheel
Bus 001 Device 001: ID 0000:0000

The device is bus 1 device 2 or it is mapped here:
ted@ted-home-desktop:~$ ls -ls /proc/bus/usb/001/002
0 crw-rw-r– 1 root root 189, 1 2007-11-23 10:30 /proc/bus/usb/001/002

The proc device corresponds to the device file:
ted@ted-home-desktop:~$ ls -la /dev/bus/usb/001/002
crw-rw-r– 1 root root 189, 1 2007-11-23 10:30 /dev/bus/usb/001/002

It was later determined the proprietary was doing a raw dump to the device.

Dave was having some problems sending email through the toad.net smtp mailservers.
Toad net was recently purchased by expedient.net. The support for Linux is now non existent said Dave.
With the old toad.net, there was linux help from the support line. We think that expedient.net may have
broken some of the toad.net servers. For example, with a regular dns lookup on the mail servers for toad we get the
following:
ted@ted-home-desktop:~$ host -t mx toad.net
toad.net mail is handled by 0 mail.expedient.net.
Moreover a dns report search on toad.net says the don’t even have the virtual address of postmaster@toad.net functioning.
Here is the report.

There was also a lengthy debate on why Ubuntu was better than SUSE. I am under the opinion if someone is starting out with Linux Ubuntu would be simpler. Moreover, ubuntu has a more open license model than SUSE. To add, the documention for Ubuntu is very dense and constantly being improved. SUSE is a good Linux distribution, but there ties with Microsoft and Novell seemed to have tainted them in my humble opinion.

Similar Posts

  • Meeting Notes June 2009

    About 8 people showed up for this meeting. Summary of talk: Leroy talked a little about how he had a grant to put in 40 different machines in Cambodia villages. He wanted to use Userful to allow the individual villages to have the function of more than one machine at each spot. Userful seems like…

  • New place to meet

    I would like to find a new place to meet in Annapolis. More specifically, although Barnes and Nobles is an easy site for people to find us, we are limited in what we can do. In the future, I would like the LUG to have the option of more formal presentations. Moreover, I think we…

  • Feb 2008 Meeting notes

    About 8 people showed up for this meeting. We had to fight for chairs with the Annapolis Linux knitters who seem to be getting really big. Subjects Discussed: Amanda Tape backup system. Dustin, a new guy from Zamanada , gave a basic description of the Amanda backup system. In summary, Amanda does backups as if…

  • Meeting Notes May 2008

    6 people showed up for the meeting. Topics Discussed: Xen Virtual Servers. Xen is a virtual server project that has both free and commercially supported bundle. Like Vmware multiple virtual servers can run on it. However, Xen does not appear to offer clustering or Disaster Recovery clusters like VMware does. Phishing emails. I explained a…

  • Sept 7 2026 meeting announcement

    Linux User Group Meeting Announcement Date: Monday,Sept 7, 2026 Time: 7:00 PM Location: remote Meeting Details Meeting Format: online Online Platform: Jitsi Meet Meeting Link: https://meet.jit.si/Annapolis-Linux About Jitsi Meet Jitsi Meet is a free, open-source video conferencing platform with several key features: Key Features Browser-based video conferencing No account required WebRTC technology Cross-platform compatibility (Windows,…

  • Meeting Notes May 2007

    About 6 people showed up for the May 7th meeting. Linux Questions that came up: There was a question of how to run multiple sound streams under Linux. Normally, the sound daemon allows for this. When the sound daemon is not configured properly streams might cause conflicts. What is good fs to use now that…