Parallel port Iomega ZIP-drive, no imm or ppa module in Debian Jessie?

2014-04-20 Thread Adrian Christiansen
Hi guys!,

I've found a printer port Iomega ZIP-drive a while ago and want to
test if it's working. From want I've found out there's two modules
required for the SCSI over Printer Port interface that Iomega used on
these drives, imm and ppa. However I can't load these modules and they
don't seem to be included in the Debian versions of the 3.12 kernel.

I've checked the source listing of the kernel.org 3.12 kernel and
there are indeed imm and ppa modules still in the kernel. So how do I
build these?, do I have to build a new kernel from source or can I
build just the modules somehow?


Kind regards,
Adrian.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAJYAQCDbvMM4G0njuqsn0TGxBrA=YNxVa=sm36yco5tpter...@mail.gmail.com



Strange problem when using two monitors (dual view) with Xorg

2008-04-02 Thread Adrian Christiansen
I've been trying to make my brand new second hand tft work as a second
monitor to my Ibm Thinkpad T23.
The Thinkpad T23 has S3 Inc. SuperSavage IX/C SDR (xorg does support duaview
with this chip).
My Thinkpad got the latest bios updates, I'm running latest X.org found in
unstable (1:7.3+10).

The problem is, if I start Iceweasel on the external monitor, it will crash.
You can't use the keyboard (NumLock button doesn't work), but pressing the
power button will cause Linux to power off, the screens are black.
And if I display images with feh, I get weird noises, the same when I set
the background. If I play movies with mplayer, I can't play them in full
screen, only the original size. These problems occur only on the external
screen. The internal lcd is just as usual.

I took a screenshot, and uploaded it onto flickr, the noise is seen here.
http://farm3.static.flickr.com/2117/2382485843_04abea007a_o.jpg

I've been looking around trying to find any help, but I don't really know
what to look after.
Anyone heard about this problem?

This is my X.org config:
xorg.conf - Begining
--

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section Module
Loadxtrap
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc102
Option  XkbLayout se
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
EndSection

Section Device
Identifier  S3 Inc. SuperSavage IX/C SDR (Primary)
Driver  savage
BusID   PCI:1:0:0
#Option UseFBDev  true
Screen  0
EndSection

Section Device
Identifier  S3 Inc. SuperSavage IX/C SDR (Secondary)
Driver  savage
BusID   PCI:1:0:0
#Option UseFBDev  true
Screen  1
EndSection

Section Monitor
Identifier  Laptop LCD
Option  DPMS
HorizSync   28-51
VertRefresh 60
EndSection

Section Monitor
Identifier  Eizo TFT
Option  DPMS
HorizSync   25-80
VertRefresh 60
EndSection

Section Screen
Identifier  Internal Screen
Device  S3 Inc. SuperSavage IX/C SDR (Primary)
Monitor Laptop LCD
DefaultDepth24
SubSection Display
Modes   1024x768
EndSubSection
EndSection

Section Screen
Identifier  External Screen
Device  S3 Inc. SuperSavage IX/C SDR (Secondary)
Monitor Eizo TFT
DefaultDepth24
SubSection Display
Modes   1280x1024
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  0 Internal Screen 0 0
Screen  1 External Screen LeftOf Internal Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
EndSection

- End
-