<!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. 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. The best place for this seems to be the ubuntu hardware forum, but maybe one or two of you will have comments. I'm learning some of the really simple stuff, like how to change user, at the same time that I'm doing this. 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. 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. I changed **Option "Emulate3Buttons" "true"** to false and see no difference. 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="PS/2 Mouse" <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="AlpsPS/2 ALPS GlidePoint" <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 "InputDevice" <BR>
Identifier "Configured Mouse" <BR>
Driver "mouse" <BR>
Option "CorePointer" <BR>
Option "Device" "/dev/input/mice" <BR>
Option "Protocol" "ImPS/2" <BR>
Option "Emulate3Buttons" "true" <BR>
Option "ZAxisMapping" "4 5" <BR>
EndSection <BR>
<BR>
Section "InputDevice" <BR>
Identifier "Synaptics Touchpad" <BR>
Driver "synaptics" <BR>
Option "SendCoreEvents" "true" <BR>
Option "Device" "/dev/psaux" <BR>
Option "Protocol" "auto-dev" <BR>
Option "HorizScrollDelta" "0" <BR>
EndSection <BR>
Section "ServerLayout" <BR>
Identifier "Default Layout" <BR>
Screen "Default Screen" <BR>
InputDevice "Generic Keyboard" <BR>
InputDevice "Configured Mouse" <BR>
InputDevice "Synaptics Touchpad" <BR>
EndSection <BR>
<BR>
************************************** <BR>
Now for the wireless. I found the driver and ndiswrapper. 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 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 "driver present, hardware present". <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/' > $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>