Unix Technical Forum

Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop

This is a discussion on Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi folks, just finished getting Slackware up and running on my gf's laptop (model as above). Just wondering if ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 08:17 AM
Martin J. Green
 
Posts: n/a
Default Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop

Hi folks, just finished getting Slackware up and running on my gf's laptop
(model as above). Just wondering if anyone would be interested in a summary
and details posted here - I'm gonna post them at some point to linux-laptop,
and possibly on the web, but I'll also post details here if anyone is
interested.

Brief Summary

Just about everything is working, right down to getting infrared working and
synchronising with her nokia phone. All supported by kernel, except for
infrared which may be partially supported. I used a patch for the NSC
chipset which I believe was derived from what will eventually be 2.6.12.

Only thing I've not tested is the modem - apparently it's supported, I
downloaded a pctel driver from manufacturer, as well as another driver-
allegedly both work, though I haven't tested either of them.

Additionally, she has a D-Link network card which is also working nicely
(supported as 8139too in kernel)

Not working:
There's 5 Play/Pause, stop, forward, rewind and what looks like a mute
button above keyboard, as well as an email button below mouse. They don't
work right now, though apparently they can be monitored via events. Not had
time to have a look at this yet. I've got a couple programs for the purpose
too. If anyone knows how to do this, please do let me know

Now I just have to figure out what's wrong with battery and find the problem
with power lead and all will be lovely

martin


__________________________________________________ __________________________________________________ ___________
"Cogito cogito ergo cogito sum" - I think I think, therefore I think I am

Martin J. Green
URL: http://www.martinjgreen.me.uk
Email: mail@martinjgreen.me.uk



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 08:17 AM
LiNuCe
 
Posts: n/a
Default Re: Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop

Fri, 6 May 2005 06:01:55 +0100 - "Martin J. Green" <martin.green@NOSPAM.firstinternetservices.com> :

> Not working: There's 5 Play/Pause, stop, forward, rewind and what
> looks like a mute button above keyboard, as well as an email button
> below mouse. They don't work right now, though apparently they can
> be monitored via events. Not had time to have a look at this yet.
> I've got a couple programs for the purpose too. If anyone knows how
> to do this, please do let me know


I have such multimedia keys on my keyboard. I have used ~/.Xmodmap to
configure them and it looks like that :

keycode 161 = XF86Calculator
keycode 178 = XF86Start
keycode 223 = XF86ScreenSaver
keycode 235 = XF86Documents

keycode 232 = XF86Close
keycode 233 = XF86Forward
keycode 234 = XF86Back

You can get proper, numeric keycodes (keycode XXX) by running the
/usr/X11R6/bin/xev program. For symbolic key names, you should look in
/usr/X11R6/lib/X11/XKeysymDB ( search for "^XF86" with you favorite
editor).

--
LiNuCe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 08:17 AM
LiNuCe
 
Posts: n/a
Default Re: Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop

Fri, 6 May 2005 07:45:22 +0200 - LiNuCe <linuce@localhost> :

> > Not working: There's 5 Play/Pause, stop, forward, rewind and what
> > looks like a mute button above keyboard, as well as an email button
> > below mouse. They don't work right now, though apparently they can
> > be monitored via events. Not had time to have a look at this yet.
> > I've got a couple programs for the purpose too. If anyone knows how
> > to do this, please do let me know

>
> I have such multimedia keys on my keyboard. I have used ~/.Xmodmap to
> configure them and it looks like that :
>
> keycode 161 = XF86Calculator
> keycode 178 = XF86Start
> keycode 223 = XF86ScreenSaver
> keycode 235 = XF86Documents
>
> keycode 232 = XF86Close
> keycode 233 = XF86Forward
> keycode 234 = XF86Back
>
> You can get proper, numeric keycodes (keycode XXX) by running the
> /usr/X11R6/bin/xev program. For symbolic key names, you should look in
> /usr/X11R6/lib/X11/XKeysymDB ( search for "^XF86" with you favorite
> editor).


You need to restart X when your ~/.Xmodmap is ready. Or you also can
test your bindings step by step by running the following command :

$ xmodmap ~/.Xmodmap

--
LiNuCe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 08:18 AM
Martin J. Green
 
Posts: n/a
Default Re: Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop


"LiNuCe" <linuce@localhost> wrote in message
news:20050506074522.50473735.linuce@localhost...

> I have such multimedia keys on my keyboard. I have used ~/.Xmodmap to
> configure them and it looks like that :
>
> keycode 161 = XF86Calculator
> keycode 178 = XF86Start
> keycode 223 = XF86ScreenSaver
> keycode 235 = XF86Documents
>
> keycode 232 = XF86Close
> keycode 233 = XF86Forward
> keycode 234 = XF86Back


Are these actual keys on the keyboard itself or seperate buttons, seperate
from the kb on the case of the laptop?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 08:18 AM
LiNuCe
 
Posts: n/a
Default Re: Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop

Fri, 6 May 2005 15:10:30 +0100 - "Martin J. Green" <martin.green@NOSPAM.firstinternetservices.com> :
>
> > I have such multimedia keys on my keyboard. I have used ~/.Xmodmap
> > to configure them and it looks like that :
> >
> > keycode 161 = XF86Calculator
> > keycode 178 = XF86Start
> > keycode 223 = XF86ScreenSaver
> > keycode 235 = XF86Documents
> >
> > keycode 232 = XF86Close
> > keycode 233 = XF86Forward
> > keycode 234 = XF86Back

>
> Are these actual keys on the keyboard itself or seperate buttons,
> seperate from the kb on the case of the laptop?


A picture is better than a thousand words :

http://tinyurl.com/bgnn7

The buttons I'm talking about are the round, gray ones.

--
LiNuCe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 08:19 AM
Martin J. Green
 
Posts: n/a
Default Re: Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop


"LiNuCe" <linuce@localhost> wrote in message
news:20050506163739.350555fc.linuce@localhost...

> A picture is better than a thousand words :
>
> http://tinyurl.com/bgnn7
>
> The buttons I'm talking about are the round, gray ones.


Worth a try. I'll have a look at it thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 08:19 AM
Sarah Morgan
 
Posts: n/a
Default Re: Slackware 10.1 on Packard Bell Easy One Silver 3100 DVD Laptop

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martin J. Green wrote:

> Worth a try. I'll have a look at it thanks


Make my laptop work! :P
__________________________________________________ ________________________
grep me no patterns and I'll tell you no lines

Sarah Morgan
mail (at) sarahmorgan.me.uk
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCfAuQ/RgHo0kBk5URAn0qAKCKxDTN2e98futhCgmEkSd2mqcGrQCcCtF i
rIi4HuQfYCpBzhtlgTpa5wA=
=frjp
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:42 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com