To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here

http://justlinux.com/   Thu, 09-Sep-2010 07:06:19 GMT
         internet.com

Go Back   JustLinux Forums > Community Help: Check the Help Files, then come here to ask! > Mobile Computing

Mobile Computing Linux on the go.
Laptop's, PDA's and Wireless related questions.

Reply
 
Thread Tools Rating: Thread Rating: 5 votes, 5.00 average. Display Modes
  #1  
Old 12-23-2005, 10:39 PM
psychicc psychicc is offline
Registered User
 
Join Date: Dec 2005
Posts: 13
Linux on a gateway M275 Tablet PC

Hey everyone, I'm working on my friend's tablet, it's a gateway M275 Tablet PC, and he lost the windows CD, so I'm installing linux on it. I need help primerilly with the drivers. Here are all the problems:
  • Sound
  • wireless internet
  • ethernet
  • wireless networking
  • tablet monitor with the pen
  • buttons
  • dial-up modem
  • card reader
  • USB ports

It would be great if you could help. the specks are all on the gateway site, there's alot too. here's the link: http://support.gateway.com/s/Mobile/...501734nv.shtml
Reply With Quote
  #2  
Old 12-24-2005, 04:29 AM
ladoga's Avatar
ladoga ladoga is offline
what is this?
 
Join Date: Oct 2004
Location: suomi
Posts: 361
http://www.linux-laptop.net/

You can prolly find the same components there in other laptops with instructions to get em working.
__________________
ladoga
Reply With Quote
  #3  
Old 12-24-2005, 12:15 PM
psychicc psychicc is offline
Registered User
 
Join Date: Dec 2005
Posts: 13
nope I coulden't find that model unless I would have read it...
Reply With Quote
  #4  
Old 12-26-2005, 01:31 AM
bb002 bb002 is offline
Registered User
 
Join Date: Dec 2005
Posts: 1
I happen to have this exact tablet pc myself. I've installed Ubuntu Hoary (Breezy doesn't work very well and i'm too lazy to fiddle. Breezy gives off the exact issues you are having now.) and everything worked great, almost.

I got the tablet working by simply adding some config options to the /etc/X11/xorg.conf file.

To get the tablet working add this to /etc/X11/xorg.conf:
Code:
Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device" "/dev/ttyS1"
	Option		"Type" "cursor"
	Option		"ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device" "/dev/ttyS1"
	Option		"Type" "stylus"
	Option		"ForceDevice" "ISDV4"
	Option		"Button2" "3"
EndSection
Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device" "/dev/ttyS1"
	Option		"Type" "eraser"
	Option		"ForceDevice" "ISDV4"
EndSection
This also goes in the xorg.conf but inside the ServerLayout section:
Code:
	InputDevice	"cursor" "SendCoreEvents"
	InputDevice	"stylus" "SendCoreEvents"
	InputDevice	"eraser" "SendCoreEvents"
In Ubuntu Hoary the wireless worked. I just had to follow a howto to get WPA support for the intel 2200BG wireless card. The how to says to use the latest versions but that didn't work for me, I used the versions listed in the howto. Here's the howto for ubuntu with some luck it'll work on your distro too: http://www.ubuntuforums.org/showthread.php?t=26623

The sound worked but for some reason the "external amplifier" (don't know, don't care) was on. after fiddleing in the "volume control" found a switch to turn it off and laptop sound started to work.

No problem with ethernet. Haven't test the modem. The buttons don't work but I have no use for them so i have tried making them work. The usb ports are crap on the m275's! I had issues with them even in windows. Some times the work some times they don't but they work more reliably in linux.

The card reader seems to work off and on in linux, mostly off (haven't figured out why just yet.). works just fine in windows.

I tried mandriva 2005LE on this laptop and it blew up real bad...Then I tried Hoary and I stopped there. Tried breezy when it came out but it broke everything and fixed nothing (fresh install too). I was too lazy to tinker since hoary had worked so well and breezy offered nothing i considered worth the effort.

Yeah my post is mostly biased in favor of hoary but I hope this info is still of use to you no matter what distro you are using. Good luck! see ya.
Reply With Quote
  #5  
Old 12-26-2005, 12:03 PM
leonpmu's Avatar
leonpmu leonpmu is offline
has Penguinitus
 
Join Date: Feb 2003
Location: Mauritius
Posts: 1,149
Have you tried Suse or OpenSuSE??
__________________
Feel free to PM me for help

Using PCLinuxos 2007 on my laptop and 2009 on my Desktop and proud of it!

Desktop:
AMD Phenom II x2 545 3GB DDR2 RAM 500GB SATA,250GB SATA, 250GB IDE, ATI Radeon HD 4870 512 DDR3
Laptop:
Intel Core 2 Duo T7500 (2.2) 2GB RAM, 160GB Sata HDD, nVidia 8600GM 512MB

Please come back and tell us if your problem is solved, it may help others, and stop us from wondering what happened.
Reply With Quote
  #6  
Old 12-26-2005, 09:46 PM
psychicc psychicc is offline
Registered User
 
Join Date: Dec 2005
Posts: 13
Ok, what I'll do is try fooling around with the drivers, then if I have any more probs I'll switch to SuSE.
Reply With Quote
  #7  
Old 12-26-2005, 10:24 PM
psychicc psychicc is offline
Registered User
 
Join Date: Dec 2005
Posts: 13
nope no dice sill, so I will change distros...
Reply With Quote
  #8  
Old 02-09-2006, 02:41 AM
marcusdean.adam marcusdean.adam is offline
Registered User
 
Join Date: Feb 2006
Posts: 4
I managed to get the stylus working, but the cursor is off to the right and down. It's not random, it's a consistent distance to the right and down from the stylus. A friend of mine had a similar problem in Fedora Core 4. I am using Mandriva 2005 LE because no other distro that I had would support my video, even Mandriva 2006. My sound works fine as does my ethernet. My USB ports worked perfect during install, my usb mouse worked fine as did my usb printer, but after install they no longer work. They're in and out, but out for the most part. My wireless card I believe is fine, but I haven't tried configuring it yet because the university network still doesn't support Linux, it requires you to download a Windows certificate. Anyway, I was wondering if there was a way to synchronize the mouse pointer with the stylus so it will work better, and also if there is a way to fix the problem with the USB ports.
Reply With Quote
  #9  
Old 02-09-2006, 02:59 AM
marcusdean.adam marcusdean.adam is offline
Registered User
 
Join Date: Feb 2006
Posts: 4
Correction, the offset of the mouse is not consistent to the position of the stylus, it seems to be exponential because it still doesn't seem "random", but depending on where I start the mouse will get closer until it gets right under the stylus, then as I keep moving it it passes the stylus. Much like a car getting closer and passing another one.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 03:06 AM.

Help File Library
Fonts
Miscellaneous
Command Reference
Hardware
Webservers
More



internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers
Free Newsletter
Server Daily


More Free Newsletters




internet.commerce
Be a Commerce Partner












Linux is a trademark of Linus Torvalds.

Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.