<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slartidan</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slartidan"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Slartidan"/>
	<updated>2026-05-22T05:28:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41059</id>
		<title>Talk:Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41059"/>
		<updated>2009-02-12T17:00:48Z</updated>

		<summary type="html">&lt;p&gt;Slartidan: /* UTMS for my T500 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Added instructions for adding installing ath5k drivers, added a section about screen resolution issues, and fixed minor errors.&lt;br /&gt;
&lt;br /&gt;
-[[kassanova708]]&lt;br /&gt;
&lt;br /&gt;
== Suspend/resume workaround ==&lt;br /&gt;
&lt;br /&gt;
I managed to get suspend/resume working by disabling Bluetooth.&lt;br /&gt;
&lt;br /&gt;
===== which way? =====&lt;br /&gt;
How did you disable bluetooth?&lt;br /&gt;
Did you try unloading the bluetooth kernel module in the sleep script and loading it again on resume? Or did you use a hardware switch or maybe soft disabling the device in /sys/ /proc/ or something?&lt;br /&gt;
--[[User:Low|Low]] 17:08, 13 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
== Active Protection System ==&lt;br /&gt;
First: I hope, my english isn't to bad.&lt;br /&gt;
&lt;br /&gt;
I managed to get the HDAPS working under Ubuntu 8.10, but I didn't gain any experience, if the system runs stable. So Test the following at your own risk.&lt;br /&gt;
&lt;br /&gt;
It would be nice, if somebody could verify my mini tutorial. Ok, let's go.&lt;br /&gt;
&lt;br /&gt;
* Add the jaunty repository to your /etc/apt/sources.list (main and restricted) and run sudo apt-get update.&lt;br /&gt;
* Install the 2.6.28 kernel: linux-image, linux-restricted-modules, linux-headers, linux-headers-*-generic. Thereby you must update linux-firmware, libc6-dev and libc6.&lt;br /&gt;
* Comment the jaunty repository out and run sudo apt-get update. Then install module-assistant.&lt;br /&gt;
* Search the modules thinkpad_ec.ko and hdaps.ko and rename them (of the new installed kernel).&lt;br /&gt;
* Get the Debian packages tp-smapi-source and hdapsd out of the experimental tree.&lt;br /&gt;
* Build and install tp-smapi by (as I did it, only build-essential get installed)&lt;br /&gt;
 sudo module-assistant prepare tp-smapi&lt;br /&gt;
 sudo module-assistant auto-install tp-smapi&lt;br /&gt;
* Create /etc/modprobe.conf and add the following lines:&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
The issue for the first line is describe in the tp-smapi doc. I checked the output of hdaps by hdaps-gl (part of hdaps-utils). To get an proper output, I needed to add this parameter (see tp-smapi doc too).&lt;br /&gt;
* The following command is described in and copied from [[HDAPS#Userspace daemon]]:&lt;br /&gt;
 echo 'KERNEL==&amp;quot;event[0-9]*&amp;quot;, ATTRS{phys}==&amp;quot;hdaps/input1&amp;quot;,ATTRS{modalias}==&amp;quot;input:b0019v1014p5054e4801-*&amp;quot;,SYMLINK+=&amp;quot;input/hdaps/accelerometer-event&amp;quot;' \&lt;br /&gt;
  &amp;gt; /etc/udev/rules.d/51-hdaps.rules&lt;br /&gt;
* At last, install the hdapsd, you downloaded.&lt;br /&gt;
* Have Fun!&lt;br /&gt;
--[[User:Gezzo|Gezzo]] 01:45, 20 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== UTMS for my T500 ==&lt;br /&gt;
&lt;br /&gt;
Hi!&lt;br /&gt;
&lt;br /&gt;
I just installed ubuntu on my new T500 (thanks for the article about how to do so). Now nearly everything works fine, but the integrated UMTS/HSDPA (mobile broadband) functionality is not working yet.&lt;br /&gt;
I added a new connection in the &amp;quot;Network Connections =&amp;gt; Mobile Broadband&amp;quot; dialog (Vodafone D2 in germany) but after trying to connect it imediatly says &amp;quot;Disconnected - The network connection has been disconnected&amp;quot;. I've been using my UMTS-contract with Ubuntu 8.10 successfully on my Dell laptop.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Network Tools =&amp;gt; Devices&amp;quot; dialog gives me the following options for network devices:&lt;br /&gt;
 Loopback Interface (lo)&lt;br /&gt;
 Ethernet Interface (eth0)&lt;br /&gt;
 Unknown Interface (wmaster0)&lt;br /&gt;
 Wireless Interface (wlan0)&lt;br /&gt;
Seems as if the utms card is unknown to the system, doesn't it?&lt;br /&gt;
Do I have to install some drivers or tools for this integrated card?--[[User:Slartidan|Slartidan]] 15:21, 12 February 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
PS: lsusb and some reasearch told me, that I have an '''&amp;quot;Ericsson F3507g WWAN Card&amp;quot;''' in my ThinkPad T500 NJ252GE&lt;br /&gt;
I found some Information about that card with ubuntu here: [http://ubuntuforums.org/showthread.php?t=934013] (but I'm not sure, wether I know how to compile a kernel...)&lt;br /&gt;
&lt;br /&gt;
lsusb says:&lt;br /&gt;
 Bus 008 Device 002: ID 0bdb:1900 Ericsson Business Mobile Networks BV&lt;br /&gt;
--[[User:Slartidan|Slartidan]] 17:00, 12 February 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Slartidan</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Slartidan&amp;diff=41058</id>
		<title>User:Slartidan</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Slartidan&amp;diff=41058"/>
		<updated>2009-02-12T16:36:18Z</updated>

		<summary type="html">&lt;p&gt;Slartidan: added Link to german wikipedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;see [http://de.wikipedia.org/wiki/Benutzer:Slartidan my wikipedia-de-Userpage]&lt;/div&gt;</summary>
		<author><name>Slartidan</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41056</id>
		<title>Talk:Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41056"/>
		<updated>2009-02-12T15:21:10Z</updated>

		<summary type="html">&lt;p&gt;Slartidan: /* UTMS for my T500 */ forgot my signature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Added instructions for adding installing ath5k drivers, added a section about screen resolution issues, and fixed minor errors.&lt;br /&gt;
&lt;br /&gt;
-[[kassanova708]]&lt;br /&gt;
&lt;br /&gt;
== Suspend/resume workaround ==&lt;br /&gt;
&lt;br /&gt;
I managed to get suspend/resume working by disabling Bluetooth.&lt;br /&gt;
&lt;br /&gt;
===== which way? =====&lt;br /&gt;
How did you disable bluetooth?&lt;br /&gt;
Did you try unloading the bluetooth kernel module in the sleep script and loading it again on resume? Or did you use a hardware switch or maybe soft disabling the device in /sys/ /proc/ or something?&lt;br /&gt;
--[[User:Low|Low]] 17:08, 13 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
== Active Protection System ==&lt;br /&gt;
First: I hope, my english isn't to bad.&lt;br /&gt;
&lt;br /&gt;
I managed to get the HDAPS working under Ubuntu 8.10, but I didn't gain any experience, if the system runs stable. So Test the following at your own risk.&lt;br /&gt;
&lt;br /&gt;
It would be nice, if somebody could verify my mini tutorial. Ok, let's go.&lt;br /&gt;
&lt;br /&gt;
* Add the jaunty repository to your /etc/apt/sources.list (main and restricted) and run sudo apt-get update.&lt;br /&gt;
* Install the 2.6.28 kernel: linux-image, linux-restricted-modules, linux-headers, linux-headers-*-generic. Thereby you must update linux-firmware, libc6-dev and libc6.&lt;br /&gt;
* Comment the jaunty repository out and run sudo apt-get update. Then install module-assistant.&lt;br /&gt;
* Search the modules thinkpad_ec.ko and hdaps.ko and rename them (of the new installed kernel).&lt;br /&gt;
* Get the Debian packages tp-smapi-source and hdapsd out of the experimental tree.&lt;br /&gt;
* Build and install tp-smapi by (as I did it, only build-essential get installed)&lt;br /&gt;
 sudo module-assistant prepare tp-smapi&lt;br /&gt;
 sudo module-assistant auto-install tp-smapi&lt;br /&gt;
* Create /etc/modprobe.conf and add the following lines:&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
The issue for the first line is describe in the tp-smapi doc. I checked the output of hdaps by hdaps-gl (part of hdaps-utils). To get an proper output, I needed to add this parameter (see tp-smapi doc too).&lt;br /&gt;
* The following command is described in and copied from [[HDAPS#Userspace daemon]]:&lt;br /&gt;
 echo 'KERNEL==&amp;quot;event[0-9]*&amp;quot;, ATTRS{phys}==&amp;quot;hdaps/input1&amp;quot;,ATTRS{modalias}==&amp;quot;input:b0019v1014p5054e4801-*&amp;quot;,SYMLINK+=&amp;quot;input/hdaps/accelerometer-event&amp;quot;' \&lt;br /&gt;
  &amp;gt; /etc/udev/rules.d/51-hdaps.rules&lt;br /&gt;
* At last, install the hdapsd, you downloaded.&lt;br /&gt;
* Have Fun!&lt;br /&gt;
--[[User:Gezzo|Gezzo]] 01:45, 20 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== UTMS for my T500 ==&lt;br /&gt;
&lt;br /&gt;
Hi!&lt;br /&gt;
&lt;br /&gt;
I just installed ubuntu on my new T500 (thanks for the article about how to do so). Now nearly everything works fine, but the integrated UMTS/HSDPA (mobile broadband) functionality is not working yet.&lt;br /&gt;
I added a new connection in the &amp;quot;Network Connections =&amp;gt; Mobile Broadband&amp;quot; dialog (Vodafone D2 in germany) but after trying to connect it imediatly says &amp;quot;Disconnected - The network connection has been disconnected&amp;quot;. I've been using my UMTS-contract with Ubuntu 8.10 successfully on my Dell laptop.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Network Tools =&amp;gt; Devices&amp;quot; dialog gives me the following options for network devices:&lt;br /&gt;
 Loopback Interface (lo)&lt;br /&gt;
 Ethernet Interface (eth0)&lt;br /&gt;
 Unknown Interface (wmaster0)&lt;br /&gt;
 Wireless Interface (wlan0)&lt;br /&gt;
Seems as if the utms card is unknown to the system, doesn't it?&lt;br /&gt;
Do I have to install some drivers or tools for this integrated card?--[[User:Slartidan|Slartidan]] 15:21, 12 February 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Slartidan</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41055</id>
		<title>Talk:Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41055"/>
		<updated>2009-02-12T15:20:14Z</updated>

		<summary type="html">&lt;p&gt;Slartidan: /* UTMS for my T500 */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Added instructions for adding installing ath5k drivers, added a section about screen resolution issues, and fixed minor errors.&lt;br /&gt;
&lt;br /&gt;
-[[kassanova708]]&lt;br /&gt;
&lt;br /&gt;
== Suspend/resume workaround ==&lt;br /&gt;
&lt;br /&gt;
I managed to get suspend/resume working by disabling Bluetooth.&lt;br /&gt;
&lt;br /&gt;
===== which way? =====&lt;br /&gt;
How did you disable bluetooth?&lt;br /&gt;
Did you try unloading the bluetooth kernel module in the sleep script and loading it again on resume? Or did you use a hardware switch or maybe soft disabling the device in /sys/ /proc/ or something?&lt;br /&gt;
--[[User:Low|Low]] 17:08, 13 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
== Active Protection System ==&lt;br /&gt;
First: I hope, my english isn't to bad.&lt;br /&gt;
&lt;br /&gt;
I managed to get the HDAPS working under Ubuntu 8.10, but I didn't gain any experience, if the system runs stable. So Test the following at your own risk.&lt;br /&gt;
&lt;br /&gt;
It would be nice, if somebody could verify my mini tutorial. Ok, let's go.&lt;br /&gt;
&lt;br /&gt;
* Add the jaunty repository to your /etc/apt/sources.list (main and restricted) and run sudo apt-get update.&lt;br /&gt;
* Install the 2.6.28 kernel: linux-image, linux-restricted-modules, linux-headers, linux-headers-*-generic. Thereby you must update linux-firmware, libc6-dev and libc6.&lt;br /&gt;
* Comment the jaunty repository out and run sudo apt-get update. Then install module-assistant.&lt;br /&gt;
* Search the modules thinkpad_ec.ko and hdaps.ko and rename them (of the new installed kernel).&lt;br /&gt;
* Get the Debian packages tp-smapi-source and hdapsd out of the experimental tree.&lt;br /&gt;
* Build and install tp-smapi by (as I did it, only build-essential get installed)&lt;br /&gt;
 sudo module-assistant prepare tp-smapi&lt;br /&gt;
 sudo module-assistant auto-install tp-smapi&lt;br /&gt;
* Create /etc/modprobe.conf and add the following lines:&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
The issue for the first line is describe in the tp-smapi doc. I checked the output of hdaps by hdaps-gl (part of hdaps-utils). To get an proper output, I needed to add this parameter (see tp-smapi doc too).&lt;br /&gt;
* The following command is described in and copied from [[HDAPS#Userspace daemon]]:&lt;br /&gt;
 echo 'KERNEL==&amp;quot;event[0-9]*&amp;quot;, ATTRS{phys}==&amp;quot;hdaps/input1&amp;quot;,ATTRS{modalias}==&amp;quot;input:b0019v1014p5054e4801-*&amp;quot;,SYMLINK+=&amp;quot;input/hdaps/accelerometer-event&amp;quot;' \&lt;br /&gt;
  &amp;gt; /etc/udev/rules.d/51-hdaps.rules&lt;br /&gt;
* At last, install the hdapsd, you downloaded.&lt;br /&gt;
* Have Fun!&lt;br /&gt;
--[[User:Gezzo|Gezzo]] 01:45, 20 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== UTMS for my T500 ==&lt;br /&gt;
&lt;br /&gt;
Hi!&lt;br /&gt;
&lt;br /&gt;
I just installed ubuntu on my new T500 (thanks for the article about how to do so). Now nearly everything works fine, but the integrated UMTS/HSDPA (mobile broadband) functionality is not working yet.&lt;br /&gt;
I added a new connection in the &amp;quot;Network Connections =&amp;gt; Mobile Broadband&amp;quot; dialog (Vodafone D2 in germany) but after trying to connect it imediatly says &amp;quot;Disconnected - The network connection has been disconnected&amp;quot;. I've been using my UMTS-contract with Ubuntu 8.10 successfully on my Dell laptop.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Network Tools =&amp;gt; Devices&amp;quot; dialog gives me the following options for network devices:&lt;br /&gt;
 Loopback Interface (lo)&lt;br /&gt;
 Ethernet Interface (eth0)&lt;br /&gt;
 Unknown Interface (wmaster0)&lt;br /&gt;
 Wireless Interface (wlan0)&lt;br /&gt;
Seems as if the utms card is unknown to the system, doesn't it?&lt;br /&gt;
Do I have to install some drivers or tools for this integrated card?&lt;/div&gt;</summary>
		<author><name>Slartidan</name></author>
		
	</entry>
</feed>