<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-959931826807320942</id><updated>2009-11-11T08:30:01.825+01:00</updated><title type='text'>WoST En</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wosten.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/959931826807320942/posts/default'/><link rel='alternate' type='text/html' href='http://wosten.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>StigT</name><uri>http://www.blogger.com/profile/07228788007007651855</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-959931826807320942.post-3085920666925038255</id><published>2008-08-24T09:45:00.017+02:00</published><updated>2009-08-21T15:25:08.943+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia N95'/><category scheme='http://www.blogger.com/atom/ns#' term='aa1'/><category scheme='http://www.blogger.com/atom/ns#' term='Linpus'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Acer Aspire One'/><category scheme='http://www.blogger.com/atom/ns#' term='S60'/><category scheme='http://www.blogger.com/atom/ns#' term='Howto'/><category scheme='http://www.blogger.com/atom/ns#' term='USB modem'/><title type='text'>USB Modem (Nokia N95) with Acer Aspire ONE</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_1bHwV4w2tDM/SLEYvOwxsDI/AAAAAAAAARA/9Pnv37b-qBQ/s1600-h/acer_aspire_one_sml.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://1.bp.blogspot.com/_1bHwV4w2tDM/SLEYvOwxsDI/AAAAAAAAARA/9Pnv37b-qBQ/s320/acer_aspire_one_sml.jpg" alt="" id="BLOGGER_PHOTO_ID_5237995041304195122" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I recently received my new Acer Aspire One 110l and must say i am increasingly falling in love with this machine. It's easy and usable out of the box, but I missed the ability to use it with my Nokia N95 as a HSDPA/3G/Edge/GPRS modem.&lt;br /&gt;&lt;br /&gt;The main reason for the One's problem is that is missing the kernel module (cdc-acm) and an easy program to dial up. I will try to explain the steps necessary to make the N95 (and probably other devices) usable with the One. I hope the procedure and kernel module below is helpful. It certainly works flawless for me, and i hope it can help you as well. If you get it to work with other devices, please post a comment below.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Procedure&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Compile, or download the module cdc-acm.&lt;br /&gt;I will not go through the procedure for compiling the module, but supply the module I have allready compiled. This one should work as long as an update does not change the kernel version for the One. This is rather unlikely, and should it happen i will try to release an updated version shortly. Download cdc-acm&lt;br /&gt;&lt;a href="http://www.box.net/shared/ekbcnzgfu8"&gt;here&lt;/a&gt; (box.net)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Move the module to the right directory (/lib/modules/2.6.23.9lw/usb/class/):&lt;br /&gt;&lt;br /&gt;Open a terminal:&lt;br /&gt;Alt+F2 -&gt; terminal -&gt;enter&lt;br /&gt;&lt;br /&gt;[user@localhost ~]$ su -&lt;br /&gt;[user@localhost ~]# mkdir -p /lib/modules/2.6.23.9lw/usb/class&lt;br /&gt;[user@localhost ~]# cp&lt;span style="font-weight: bold;"&gt; /path/to/downloaded/modul&lt;sti&gt;&lt;/sti&gt;&lt;/span&gt;e /lib/modules/2.6.23.9lw/usb/class/&lt;br /&gt;[user@localhost ~]# mknod /dev/ttyACM0 c 166 0&lt;br /&gt;[user@localhost ~]# depmod -a&lt;br /&gt;[user@localhost ~]# modprobe cdc-acm&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The next step is to install an easy-to-use dialup application. I have chosen gnome-ppp for this job.&lt;br /&gt;&lt;br /&gt;[user@localhost ~]$ su -&lt;br /&gt;[user@localhost ~]# yum install gnome-ppp&lt;br /&gt;Answer Y to any questions&lt;/li&gt;&lt;li&gt;Configure gnome-ppp:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Start gnome-ppp Alt+F2 -&gt; write "gnome-ppp" hit "Run" and enter your password.&lt;/li&gt;&lt;li&gt;Username: &lt;providers username=""&gt;(providers username)&lt;br /&gt;&lt;/providers&gt;&lt;/li&gt;&lt;li&gt;Password: (providers password)&lt;providers password=""&gt;&lt;br /&gt;&lt;/providers&gt;&lt;/li&gt;&lt;li&gt;Phone number: *99#&lt;/li&gt;&lt;li&gt;Push -&gt; "Setup"&lt;/li&gt;&lt;li&gt;Under the Tab: "Modem"&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Device: /dev/ttyACM0&lt;/li&gt;&lt;li&gt;Type: USB Modem&lt;/li&gt;&lt;li&gt;Speed: 460800&lt;/li&gt;&lt;li&gt;Under the Tab "Networking"&lt;/li&gt;&lt;li&gt;Check: Manual DNS (Automatic does not seem to work)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;DNS 1: 208.67.222.222 (OpenDNS)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;DNS2: 208.67.220.220 (OpenDNS)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Under the Tab: "Options"&lt;/li&gt;&lt;li&gt;Check "Dock in notification area"&lt;/li&gt;&lt;li&gt;Push Close&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;That should hopefully do it. Connect your modem and hit "Connect" in gnome-ppp&lt;br /&gt;&lt;br /&gt;Surf's up!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/959931826807320942-3085920666925038255?l=wosten.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wosten.blogspot.com/feeds/3085920666925038255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=959931826807320942&amp;postID=3085920666925038255' title='91 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/959931826807320942/posts/default/3085920666925038255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/959931826807320942/posts/default/3085920666925038255'/><link rel='alternate' type='text/html' href='http://wosten.blogspot.com/2008/08/usb-modemnokia-n95-with-acer-aspire-one.html' title='USB Modem (Nokia N95) with Acer Aspire ONE'/><author><name>StigT</name><uri>http://www.blogger.com/profile/07228788007007651855</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00988491007727500350'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_1bHwV4w2tDM/SLEYvOwxsDI/AAAAAAAAARA/9Pnv37b-qBQ/s72-c/acer_aspire_one_sml.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>91</thr:total></entry></feed>