This page (revision-32) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:06 by HarryMetske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
32 23-Apr-2022 17:05 11 KB Harry Metske to previous
31 23-Apr-2022 17:06 11 KB Harry Metske to previous | to last
30 23-Apr-2022 17:06 11 KB Harry Metske to previous | to last
29 23-Apr-2022 17:06 11 KB Harry Metske to previous | to last
28 23-Apr-2022 17:06 10 KB Harry Metske to previous | to last
27 23-Apr-2022 17:06 10 KB Harry Metske to previous | to last
26 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
25 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
24 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
23 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
22 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last Ubuntu Gutsy Gibbon experiences ==> Ubuntu Gutsy Gibbon and Hardy Heron install
21 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last ''sudo apt-get install libmotif3'' (nodig voor wfcmgr, citrix mgmt tool)

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 7 changed one line
I decided to try out the latest ''Gutsy Gibbon'' Ubuntu on my laptop.
\\I decided to try out the latest ''Gutsy Gibbon'' Ubuntu on my laptop.
At line 14 changed one line
\\I worked around this by starting up the installer from within a shell with ''ubiquity --no-migration-assistant''. (I remember I had these type of problems before with migration assistent).
\\I worked around this by starting up the installer from within a shell with ''ubiquity --no-migration-assistant''. (I remember I had these type of problems before with migration assistant).
At line 17 changed 2 lines
\\All hardware is properly recognized, sound, USB, also the ultrabrigth screen and the wifi-card, everything just works ''out-of-the-box'', . The Ubuntu people have done a really good job !
\\(I still have to get the webcam to work, that I will do later)
\\All hardware is properly recognized, sound, USB, also the ultrabright screen and the wifi-card, everything just works ''out-of-the-box'', . The Ubuntu people have done a really good job !
At line 19 added one line
At line 73 changed one line
* Adobe Reader
* Adobe Reader [download here|http://www.adobe.com/products/acrobat/readstep2_servefile.html?option=full&esdcanbeused=0&esdcanhandle=0&hasjavascript=0&platform=LINUX_.deb&language=English&order=1&x=62&y=16]
At line 79 added 270 lines
\\I added the following commands to __/etc/init.d/bootmisc.sh__ :
{{{
iwlist eth1 power >>/tmp/iwlist.stdout
iwpriv eth1 set_power 5
iwlist eth1 power >>/tmp/iwlist.stdout
}}}
\\This works fine, until you suspend/resume, then this setting is lost. To solve this I also added these lines to the (new) script __/etc/acpi/resume.d/91-iwpriv.sh__.
! USB autosuspend
I also added the folling piece of script to __/etc/init.d/bootmisc.sh__ , this also seems to help in reducing power consumption :
{{{
files=`find /sys/bus/usb/devices/usb*/power -type f -name autosuspend`
for f in $files
do
echo 10 > $f
done
}}}
After the above tricks, powertop reports that the power consumption is about 15 W.
!! Printer
Adding a printer definition.
\\First you have added already a printer configuration on the server (grafspee). Then you have to define a local printer that is an ipp printer pointing to this device (see device URI).
\\Also note that you need admin privileges to do this, and make sure the printer is enabled (System => Administration => Printers => Select local printer => Second Tab: Enabled
[addprinter.png]
!! Webcam
The following device is present in the laptop (first line) :
{{{
metskem@bismarck:/tmp/stk11xx-1.1.0$ lsusb
Bus 005 Device 002: ID 05e1:0501 Syntek Semiconductor Co., Ltd
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 001 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
}}}
Downloaded the Syntek driver from the [sourceforge site|http://syntekdriver.sourceforge.net/]
* untarred
* install ctags
* make
* make clean
* sudo modprobe videodev
* sudo insmod stk11xx.ko
Then install camorama and camstream (I just picked to webcam programs), and off we go !
\\__The strange thing now is that the pictures are upside down :-) __
\\So, reverted back to the stk11xx-1.0.0 version (instead of the stk11xx-1.1.0 version), now. pictures are not upside down anymore
To make sure everthing survives a reboot, I moved everything to /user/local and added the following to /etc/init.d/bootmisc.sh :
{{{
#
# make arrangements for the Syntek webcam:
modprobe videodev
insmod /usr/local/stk11xx-1.0.0/stk11xx.ko
}}}
!! Miscellaneous
* installed GPSBabel, GPSMan, GPSTrans (Ubuntu repository)
* installed wireless PCI card on desktop see [Wireless PCI Ubuntu]
* ''sudo apt-get install apache2-utils''
* ''sudo dpkg-reconfigure fontconfig-config''
* ''sudo apt-get install libmotif3'' (nodig voor wfcmgr, citrix mgmt tool)
!! Hardy Heron
! Extra installed packages
* gammu + wammu + libbtctl4 + python-bluez (bluetooth phone)
* sabayon (gnome config)
* gnome-bluetooth
* bluetooth
* obexfs
* python-libbtctl
* recordmydesktop
! Nokia phone wammu
* ''hciconfig hci0 up''
*
{{{
metskem@bismarck:~$ hciconfig
hci0: Type: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0
metskem@bismarck:~$ hciconfig hci0 up
Can't init device hci0: Permission denied (13)
metskem@bismarck:~$ sudo -s
root@bismarck:~# hciconfig hci0 up
root@bismarck:~# hciconfig
hci0: Type: USB
BD Address: 00:0A:3A:80:CC:AD ACL MTU: 1017:5 SCO MTU: 64:0
UP RUNNING
RX bytes:342 acl:0 sco:0 events:10 errors:0
TX bytes:35 acl:0 sco:0 commands:10 errors:0
}}}
* sdptool browse:
{{{
root@bismarck:~# sdptool browser 00:1A:DC:F6:31:4E
Browsing 00:1A:DC:F6:31:4E ...
Service Name: Dial-up networking
Service RecHandle: 0x100ff
Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
Service Name: Nokia PC Suite
Service RecHandle: 0x10100
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 15
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Service Name: COM 1
Service RecHandle: 0x10101
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 3
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Service Name: Voice Gateway
Service RecHandle: 0x10102
Service Class ID List:
"Handfree Audio Gateway" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 13
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Handsfree" (0x111e)
Version: 0x0101
Service Name: Audio Gateway
Service RecHandle: 0x10103
Service Class ID List:
"Headset Audio Gateway" (0x1112)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 12
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Headset" (0x1108)
Version: 0x0100
Service Name: SIM ACCESS
Service RecHandle: 0x10108
Service Class ID List:
"SIM Access" (0x112d)
"Generic Telephony" (0x1204)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 4
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"SIM Access" (0x112d)
Version: 0x0100
Service Name: OBEX Object Push
Service RecHandle: 0x1010a
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 9
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX Object Push" (0x1105)
Version: 0x0100
Service Name: OBEX File Transfer
Service RecHandle: 0x1010b
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 10
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100
Service Name: SyncML Client
Service RecHandle: 0x1010d
Service Class ID List:
UUID 128: 00000002-0000-1000-8000-0002ee000002
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 11
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
}}}
* l2ping
{{{
root@bismarck:~# l2ping 00:1A:DC:F6:31:4E
Ping: 00:1A:DC:F6:31:4E from 00:0A:3A:80:CC:AD (data size 44) ...
0 bytes from 00:1A:DC:F6:31:4E id 0 time 8.85ms
0 bytes from 00:1A:DC:F6:31:4E id 1 time 21.90ms
0 bytes from 00:1A:DC:F6:31:4E id 2 time 17.89ms
0 bytes from 00:1A:DC:F6:31:4E id 3 time 17.89ms
0 bytes from 00:1A:DC:F6:31:4E id 4 time 16.90ms
}}}
* install obexftp: ''sudo apt-get install obexftp''
* obexftp (prompt for password on phone, what is the password ?!?!?) :
{{{
root@bismarck:~# obexftp --bluetooth 00:1A:DC:F6:31:4E --channel 10 --put images/myself.jpg
Browsing 00:1A:DC:F6:31:4E ...
Channel: 10
Connecting...failed: connect
Still trying to connect
Connecting...failed: connect
Still trying to connect
Connecting...failed: connect
Still trying to connect
}}}