Anyone using ubuntu with mywireless?

noswal

Executive Member
Joined
Jun 26, 2004
Messages
6,172
Reaction score
9
Location
Stranded, on Earth
I have posted in gerneral hardware but I would appreciate if anyone uses ubuntu with mywireloss and what you did to make it work, I'm using a differnet computer to write this..;)
 
noswal, when you say 'use ubuntu' here, do you mean by way of USB or Ethernet? Reason being, it's ...interesting... to get it going under USB, tho' RoDent says his driver should be/is included, or at least can be made to work with ubuntu; Ethernet is a LOT simpler (for the price of the cable of course!): youza plugs it in and gets-a the built-in PPPoE to do the work! (tho' you may need to dl some stuff to make that happen - see my reply in the aforementioned general hardware for the reference to 'Automatix')

FYI, the link is here

HTH
-bdt
 
Last edited:
PPPoE over Ethernet with Linux is a lot simpler and easier to setup, plus it is more stable than USB.

I have recently installed and configured a Smoothwall box to teklom DSL with PPPoE over Ethernet instead of USB, and it was so simple to configure.

Should your DSL modem have an Ethernet port, then by all means make use of it.

Basically, you'll need to set the DSL router up in "bridged" mode, (with no username and password) and on the Ubuntu box, you will need to find a PPPoE dialler, and you use that utility to "dial" your DSL router (just like a 56k serial modem) but you won't need a telephone number.

Good luck!
 
noswal said:
..the ipw drivers are there, it sees it but it doesnt connect.
This definitely falls under the aforementioned ...interesting... category! :D Maybe see if you can track RoDent (or one of his acolytes) down to help you - or, if/when you get to be outta time or patience, give in and sommer get the Ethernet cable!

-bdt
 
Simple. Setup modem once, using USB on a Windows PC (to store the Radio level authentication username/password into the modem's NVRAM)

Then, plug modem into Ubuntu box.

Point PPP configuration utility (gnome-ppp) to /dev/ttyUSB0

When prompted for a number to dial, enter *99#

That should do the trick.

If you feel stronger, you can use my chatscript, and PPPD config files as described on http://www.neology.co.za/support/MyWirelessLinuxDrivers


I use a simple /etc/ppp/peers/sentech configuration file for my pppd: Here's what it contains:
Code:
noipdefault
/dev/ttyIPW0
115200
defaultroute
usepeerdns
hide-password
lcp-echo-interval 60
lcp-echo-failure 3
connect "/usr/sbin/chat -v -f /etc/chatscripts/sentech"
noauth
persist
mtu 1400
user "xxxxx"
maxfail 0
deflate 15
The chat script that I use to reset the modem, and dial sentech under /etc/chatscripts/sentech looks like this:

Code:
TIMEOUT 30
ABORT "NO CARRIER"
ABORT "BUSY"
ECHO ON
SAY "Dialling sentech...\n"
""              \rAT
"OK-+++\c-OK"   ATH0
OK ATZ
OK AT+CGDCONT=1,"PPP","sentech.co.za","username,password",0,0
OK ATD*99#
SAY "Waiting up to 30 seconds for connection ... "
CONNECT ""
SAY "Connected..."
 
Hi, I hadcreated the script here
http://www.mybroadband.co.za/vb/showpost.php?p=231699&postcount=29 and now modifed it against yours above, with /dev/ttyIPW0 it says it is an unrecognized command,
with ttyUSB0 using the command pppd nodetach call sentech it comes back with connect script failed.

I dont have gnome-ppp it has to beinstalled/updated with an internet connection !
 
Could you paste the output of a "tail -100 /var/log/syslog" here, after having tried a "pppd nodetach debug call sentech" ? That will go a long way towards telling me wot's potting. Also dump a "tail -50 /var/log/syslog" after unplugging and plugging the modem in. This will help us to confirm what device the modem is creating.
 
brian@LPS:~$ pppd nodetach call sentech
Connect script failed
brian@LPS:~$ tail -100 /var/log/syslog
Feb 27 22:51:54 localhost gconfd (root-15443): Resolved address "xml:readonly:/u sr/share/gconf/local.defaults" to a read-only configuration source at position 4
Feb 27 22:51:54 localhost gconfd (root-15443): Resolved address "xml:readonly:/u sr/share/gconf/cdd.defaults" to a read-only configuration source at position 5
Feb 27 22:51:54 localhost gconfd (root-15443): Resolved address "xml:readonly:/u sr/share/gconf/debian.defaults" to a read-only configuration source at position 6
Feb 27 22:51:54 localhost gconfd (root-15443): Resolved address "xml:readonly:/v ar/lib/gconf/defaults" to a read-only configuration source at position 7
Feb 27 22:57:54 localhost gconfd (root-15443): GConf server is not in use, shutt ing down.
Feb 27 22:57:54 localhost gconfd (root-15443): Exiting
Feb 27 23:05:31 localhost kernel: [4322090.469000] usb 1-2: new full speed USB d evice using uhci_hcd and address 8
Feb 27 23:05:31 localhost kernel: [4322090.568000] usb 1-2: configuration #1 cho sen from 2 choices
Feb 27 23:05:31 localhost kernel: [4322090.571000] ipwtty 1-2:1.0: IPWireless co nverter converter detected
Feb 27 23:05:31 localhost kernel: [4322090.575000] usb 1-2: IPWireless converter converter now attached to ttyUSB0
Feb 27 23:05:31 localhost usb.agent[15668]: Keeping default configuration with / sys//devices/pci0000:00/0000:00:1d.0/usb1/1-2
Feb 27 23:05:31 localhost usb.agent[15681]: ipw: already loaded
Feb 27 23:05:36 localhost kernel: [4322096.103000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:36 localhost kernel: [4322096.103000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:36 localhost kernel: [4322096.190000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:36 localhost kernel: [4322096.190000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:37 localhost kernel: [4322096.580000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:37 localhost kernel: [4322096.580000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:37 localhost kernel: [4322096.669000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:37 localhost kernel: [4322096.669000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:37 localhost kernel: [4322097.094000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:37 localhost kernel: [4322097.094000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:37 localhost kernel: [4322097.217000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:37 localhost kernel: [4322097.217000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:38 localhost kernel: [4322097.847000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:38 localhost kernel: [4322097.847000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:38 localhost kernel: [4322097.932000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:38 localhost kernel: [4322097.932000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:39 localhost kernel: [4322098.675000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:39 localhost kernel: [4322098.675000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:39 localhost kernel: [4322098.760000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:39 localhost kernel: [4322098.760000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:45 localhost kernel: [4322105.163000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:45 localhost kernel: [4322105.163000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:45 localhost kernel: [4322105.257000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:45 localhost kernel: [4322105.257000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:46 localhost kernel: [4322105.939000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:46 localhost kernel: [4322105.939000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:46 localhost kernel: [4322106.036000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:46 localhost kernel: [4322106.036000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:47 localhost kernel: [4322106.447000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:47 localhost kernel: [4322106.447000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:47 localhost kernel: [4322106.515000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:47 localhost kernel: [4322106.515000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:47 localhost kernel: [4322106.973000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:47 localhost kernel: [4322106.973000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:47 localhost kernel: [4322107.101000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:47 localhost kernel: [4322107.101000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:48 localhost kernel: [4322107.558000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:48 localhost kernel: [4322107.558000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:48 localhost kernel: [4322107.690000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:05:48 localhost kernel: [4322107.690000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:05:49 localhost pppd[15733]: pppd 2.4.3 started by brian, uid 1000
Feb 27 23:05:50 localhost chat[15734]: timeout set to 30 seconds
Feb 27 23:05:50 localhost chat[15734]: abort on (NO CARRIER)
Feb 27 23:05:50 localhost chat[15734]: expect (^M)
Feb 27 23:06:20 localhost chat[15734]: alarm
Feb 27 23:06:20 localhost chat[15734]: Failed
Feb 27 23:06:20 localhost pppd[15733]: Connect script failed
Feb 27 23:06:21 localhost pppd[15733]: Exit.
Feb 27 23:06:24 localhost kernel: [4322143.490000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:24 localhost kernel: [4322143.490000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
 
Feb 27 23:06:24 localhost kernel: [4322143.594000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:24 localhost kernel: [4322143.594000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:25 localhost kernel: [4322144.392000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:25 localhost kernel: [4322144.392000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:25 localhost kernel: [4322144.518000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:25 localhost kernel: [4322144.518000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:25 localhost kernel: [4322144.839000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:25 localhost kernel: [4322144.839000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:25 localhost kernel: [4322144.940000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:25 localhost kernel: [4322144.940000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:25 localhost kernel: [4322145.219000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:25 localhost kernel: [4322145.219000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:25 localhost kernel: [4322145.322000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:25 localhost kernel: [4322145.322000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:26 localhost kernel: [4322145.631000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:26 localhost kernel: [4322145.631000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:26 localhost kernel: [4322145.728000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:26 localhost kernel: [4322145.728000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:26 localhost kernel: [4322146.021000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:26 localhost kernel: [4322146.021000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:26 localhost kernel: [4322146.129000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:26 localhost kernel: [4322146.129000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322146.455000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322146.455000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322146.559000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322146.559000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322146.918000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322146.918000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322147.034000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322147.034000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:28 localhost kernel: [4322147.972000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:28 localhost kernel: [4322147.972000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:29 localhost kernel: [4322148.983000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:29 localhost kernel: [4322148.983000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:30 localhost kernel: [4322149.498000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:30 localhost kernel: [4322149.498000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
Feb 27 23:06:30 localhost kernel: [4322149.602000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:30 localhost kernel: [4322149.602000] atkbd.c: Use 'setkeycodes e02 a <keycode>' to make it known.
brian@LPS:~$



brian@LPS:~$
brian@LPS:~$ tail -50 /var/log/syslog
Feb 27 23:06:26 localhost kernel: [4322146.129000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322146.455000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322146.455000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322146.559000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322146.559000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322146.918000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322146.918000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:27 localhost kernel: [4322147.034000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:27 localhost kernel: [4322147.034000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:28 localhost kernel: [4322147.972000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:28 localhost kernel: [4322147.972000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:29 localhost kernel: [4322148.983000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:29 localhost kernel: [4322148.983000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:30 localhost kernel: [4322149.498000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:30 localhost kernel: [4322149.498000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:06:30 localhost kernel: [4322149.602000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:06:30 localhost kernel: [4322149.602000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:28 localhost kernel: [4322267.774000] usb 1-2: USB disconnect, address 8
Feb 27 23:08:28 localhost kernel: [4322267.775000] ipw ttyUSB0: IPWireless converter converter now disconnected from ttyUSB0
Feb 27 23:08:28 localhost kernel: [4322267.779000] ipwtty 1-2:1.0: device disconnected
Feb 27 23:08:30 localhost kernel: [4322270.168000] usb 1-2: new full speed USB device using uhci_hcd and address 9
Feb 27 23:08:30 localhost kernel: [4322270.314000] usb 1-2: configuration #1 chosen from 2 choices
Feb 27 23:08:30 localhost kernel: [4322270.318000] ipwtty 1-2:1.0: IPWireless converter converter detected
Feb 27 23:08:30 localhost kernel: [4322270.322000] usb 1-2: IPWireless converter converter now attached to ttyUSB0
Feb 27 23:08:31 localhost usb.agent[15826]: Keeping default configuration with /sys//devices/pci0000:00/0000:00:1d.0/usb1/1-2
Feb 27 23:08:31 localhost usb.agent[15839]: ipw: already loaded
Feb 27 23:08:36 localhost kernel: [4322276.301000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:36 localhost kernel: [4322276.301000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:37 localhost kernel: [4322276.434000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:37 localhost kernel: [4322276.434000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:37 localhost kernel: [4322277.023000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:37 localhost kernel: [4322277.023000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:38 localhost kernel: [4322278.059000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:38 localhost kernel: [4322278.059000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
 
Feb 27 23:08:38 localhost kernel: [4322278.230000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:38 localhost kernel: [4322278.230000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:39 localhost kernel: [4322278.363000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:39 localhost kernel: [4322278.363000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:39 localhost kernel: [4322278.672000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:39 localhost kernel: [4322278.672000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:39 localhost kernel: [4322278.773000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:39 localhost kernel: [4322278.773000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:40 localhost kernel: [4322279.975000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:40 localhost kernel: [4322279.975000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:40 localhost kernel: [4322280.098000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:40 localhost kernel: [4322280.098000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:41 localhost kernel: [4322280.443000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:41 localhost kernel: [4322280.443000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Feb 27 23:08:41 localhost kernel: [4322280.552000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
Feb 27 23:08:41 localhost kernel: [4322280.552000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
brian@LPS:~$


Those are the longest posts I've ever sent :)
 
Top
Sign up to the MyBroadband newsletter
X