<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.8.1">
</HEAD>
<BODY>
I enjoyed the meeting at the pancake house Thursday night.&nbsp; I think I could do that on a regular basis.<BR>
<BR>
Regarding my install of ubuntu on a new Dell laptop, here's what I've done.&nbsp; The best place for this seems to be the ubuntu hardware forum, but maybe one or two of you will have comments.&nbsp; I'm learning some of the really simple stuff, like how to change user, at the same time that I'm doing this.&nbsp; It's slow.<BR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`<BR>
<BR>
Installed Ubuntu on Dell Inspiron 6000. Trying to get the wireless and touchpad working right. <BR>
<BR>
The touchpad works if I'm slow and deliberate, but if I move the mouse quickly, it registers a tap, which mean's I've clicked randomly on a link or move the cursor randomly.&nbsp; I would be happy to dissable all tap function if this will fix it. I looked in the bios for some simple adjustments and didn't find much. There is an ubuntu SynapticsTouchpadHowto but I don't know if it applies.&nbsp; I changed **Option &quot;Emulate3Buttons&quot; &quot;true&quot;** to false and see no difference.&nbsp; See below. <BR>
Abbreviated bash shell printouts follow: <BR>
<BR>
david@davidf:~$ cat /proc/bus/input/devices <BR>
<BR>
I: Bus=0011 Vendor=0002 Product=0008 Version=0000 <BR>
N: Name=&quot;PS/2 Mouse&quot; <BR>
P: Phys=isa0060/serio1/input1 <BR>
H: Handlers=mouse0 event1 ts0 <BR>
B: EV=7 <BR>
B: KEY=70000 0 0 0 0 0 0 0 0 <BR>
B: REL=3 <BR>
<BR>
I: Bus=0011 Vendor=0002 Product=0008 Version=7321 <BR>
N: Name=&quot;AlpsPS/2 ALPS GlidePoint&quot; <BR>
P: Phys=isa0060/serio1/input0 <BR>
H: Handlers=mouse1 event2 ts1 <BR>
B: EV=f <BR>
B: KEY=420 0 70000 0 0 0 0 0 0 0 0 <BR>
B: REL=3 <BR>
B: ABS=1000003 <BR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <BR>
david@davidf:/etc/X11$ cat xorg.conf <BR>
# /etc/X11/xorg.conf (xorg X Window System server configuration file) <BR>
# <BR>
# This file was generated by dexconf, the Debian X Configuration tool, using <BR>
Section &quot;InputDevice&quot; <BR>
Identifier &quot;Configured Mouse&quot; <BR>
Driver &quot;mouse&quot; <BR>
Option &quot;CorePointer&quot; <BR>
Option &quot;Device&quot; &quot;/dev/input/mice&quot; <BR>
Option &quot;Protocol&quot; &quot;ImPS/2&quot; <BR>
Option &quot;Emulate3Buttons&quot; &quot;true&quot; <BR>
Option &quot;ZAxisMapping&quot; &quot;4 5&quot; <BR>
EndSection <BR>
<BR>
Section &quot;InputDevice&quot; <BR>
Identifier &quot;Synaptics Touchpad&quot; <BR>
Driver &quot;synaptics&quot; <BR>
Option &quot;SendCoreEvents&quot; &quot;true&quot; <BR>
Option &quot;Device&quot; &quot;/dev/psaux&quot; <BR>
Option &quot;Protocol&quot; &quot;auto-dev&quot; <BR>
Option &quot;HorizScrollDelta&quot; &quot;0&quot; <BR>
EndSection <BR>
Section &quot;ServerLayout&quot; <BR>
Identifier &quot;Default Layout&quot; <BR>
Screen &quot;Default Screen&quot; <BR>
InputDevice &quot;Generic Keyboard&quot; <BR>
InputDevice &quot;Configured Mouse&quot; <BR>
InputDevice &quot;Synaptics Touchpad&quot; <BR>
EndSection <BR>
<BR>
************************************** <BR>
Now for the wireless. I found the driver and ndiswrapper.&nbsp; Bash shell printouts follow <BR>
<BR>
I have Dell Inspiron 6000, Dell Wireless 1370 WLAN MiniPCI card <BR>
Broadcom BCM4318[Airforce One 54g] 802.11&nbsp;&nbsp; The driver files are bcmwl5.inf and bcmwl5.sys<BR>
<BR>
david@davidf:/$ ndiswrapper -l <BR>
Installed ndis drivers: <BR>
bcmwl5 driver present <BR>
<BR>
It should say &quot;driver present, hardware present&quot;.&nbsp; <BR>
<BR>
Should I look for newer or older versions of the driver with the same file name?<BR>
<BR>
lspci <BR>
0000:03Network controller: Broadcom Corp: Unknown Device 4318 (rev 02) <BR>
lspci -n <BR>
0000:03:03.0 0280: 14e4:4318 (rev 02) <BR>
<BR>
david@davidf:/$ iwconfig <BR>
lo no wireless extensions. <BR>
<BR>
eth0 no wireless extensions. <BR>
<BR>
sit0 no wireless extensions. <BR>
nothing about Wlan0 <BR>
<BR>
This thread seems to have helped a lot of people: <BR>
<A HREF="http://www.ubuntuforums.org/showthread.php?t=25683">http://www.ubuntuforums.org/showthread.php?t=25683</A> <BR>
<BR>
at the end of this process I get: <BR>
(for conffile in /etc/ndiswrapper/bcmwl5/*.conf; do) <BR>
sudo cat $conffile | sed -e 's/RadioState|1/RadioState|0/' &gt; $conffile <BR>
Password:bash: $conffile: ambiguous redirect <BR>
<BR>
Maybe I need to go through it again carefully <BR>
***************************************** <BR>
On the good side, I got standby-to-ram and standby-to-disk working today and nothing has crashed yet.
</BODY>
</HTML>