Debian Hardware :: Can't Get HP ScanJet 8200 In Jessie To Work
Apr 15, 2015
I'm fairly new to linux. A few months ago I installed Debian Jessie and for the most part everything has gone pretty smoothly. The last piece of hardware I have to get working is my ScanJet 8200 flatbed scanner. From the SANE documentations, I know the hardware is supported, so I assume I must be doing something wrong with setup. It is correctly identified using lsusb:
Code: Select allroot@debian:/home/jessiesgirl# lsusb
Bus 002 Device 002: ID 8087:8001 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8009 Intel Corp.
[code]....
I get an error. Trying to use an application like SimpleScan give me an error telling me that it is unable to connect to the scanner.
View 14 Replies
ADVERTISEMENT
Jan 20, 2011
I have one scanner HP Scanjet G4010 not work with Fedora 14.
View 3 Replies
View Related
Dec 29, 2014
I'm trying out a Jessie install and have noticed VNC doesn't work as well as it used to. I often install a desktop environment on a headless machine, disable *dm, and use vnc4server to create a desktop session if I want to use a GUI. When I try to do the same on Jessie, I run into problems.
Using Gnome, all I get is the generic "Oops something went wrong" error. Looking at .xsession-errors, there are some errors that hint at the problem.
Code: Select allXsession: X session started for ryan at Mon Dec 29 06:07:30 CST 2014
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 109 (X_ChangeHosts)
Value in failed request: 0x5
Serial number of failed request: 6
Current serial number in output stream: 8
[Code] ....
Some possibly related bugs: [URL] ...
The same thing seems to happen with Cinnamon. Since I doubt a fix for the above issue will make it into Jessie, I tried XFCE. However, that doesn't work correctly either. When running XFCE via VNC something is misreporting the version of xrandr as 1.1 instead of 1.4. Since xfsettingsd appears to want version 1.2+, many things are broken.
This post on the Ubuntu forums suggests the issue might be fixed in xfsettingsd version 4.11: [URL] .....
Is there a better way of getting a remote desktop in Jessie that I'm overlooking?
View 0 Replies
View Related
May 8, 2015
Everything was working fine on Deb 7.7 with propriety driver. Then I did what I "presumed" to be an "update" through apper but it upgraded to Deb 8. The upgrade borked half way through with errors (cannot remember what they were, unfortunately I had to go out - wasn't expecting an upgrade or I'd have done it with more time).
Apper stated it had part installed stuff and trying to run update again (through apper) then had "no permissions" issues even though I entered password. After a few reboots and upgrading through recovery I "seem" to have resolved that, but might be related to this issue.
After resolving that issue I booted up and the grey GUI login screen was fine, after entering password the next screen was a colourful splash screen (with "Desktop" tab in top right corner), but it doesn't advance from that screen. No mouse, can't click or tab. Ctrl Alt Del does nothing.
The image looked like this, but with only "Desktop" in a black tab at the top right.
[URL] ....
I've never seen this screen before.
After followed this guide using recovery boot:
[URL] ....
Code: Select allapt-get purge "fglrx.*"
rm /etc/X11/xorg.conf
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reconfigure xserver-xorg
My system booted fine, albeit low resolution etc.
So I tried to install proprietary again using this Debian how to: [URL] ....
Although the procedure looks the same for Deb7 as it does Deb8 (barring the source).
The same problem happened where I was stuck at the loading/splash screen after GUI login.
So I removed the proprietary drivers again and am now back in, again albeit low res like am back in he 90's. Also, that splash screen doesn't show at all now.
The driver is supposed to be fine with my setup, so is there some issue left over from the borked upgrade perhaps? Everything seems fine otherwise.
View 14 Replies
View Related
May 7, 2015
Running Jessie, x64 Intel iCore 7 16 RAM with a properly partitioned drive to the specifications I prefer. Running the KDE Shell. For some reason my third monitor is not detected by Debian Jessie at all. When I run the command to list the monitors lspci | grep VGA I think. Only two monitors are listed, I know the other monitor works. During Grub bootup it even has some startup text running in it.
View 9 Replies
View Related
Jul 10, 2015
I would like to upgrade from Win8.1 to Debian 8. This post might require some Wind expertise as well. I have to deal with the dreaded UEFI interface.
I got the iso with the added firmware from here: [URL] ....
The i386 download and it appears to be 334 MB. I pretty got it because I don't want to mess with the wireless controller (been there done that.)
As far as the Wind side goes I disabled secure boot. Just whenever I get to the fancy blue screen, I select boot from EFI DVD. Then it just says it can't load it and asks if I want to continue loading the OS. This might be useful I used the default Desktop Burning Gadget to burn the disk image.
View 14 Replies
View Related
Mar 27, 2016
Debian configurating, so I try to use wifi adapter, but it doesn't work. I have installed Debian Jessie from netinst CD. To reach perfect speed no options were selected. After I installed xfce4 and xfce4-goodies.I follow some different instructions and no dice. Wicd show me no avalable wifi connections. used Ubuntu 14, Ubuntu 12, etc. and I didn't have any problems with wi-fi connections. Some outputs of comands...
Code: Select allsatyva@meliorD:~$ cat /etc/debian_version
8.3
Code: Select allsatyva@meliorD:~$ lspci | grep 4313
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
[code]....
View 4 Replies
View Related
Jan 19, 2014
I've tried installing both ibus-anthy and ibus-mozc in Jessie but I still cannot input Japanese.
By contrast, In Wheezy, when using anthy for example, I can see ibus preferences icon where I can configure ibus and anthy. This doesn't show up in Jessie.
View 12 Replies
View Related
Mar 30, 2015
I recently install a Debian 8.0 Jessie on a Laptop Dell latitude E6540 with gnome 3.14+3. But the problem is that it doesn't recongnize my multimedia buttons, I tried some methods but I didn't get results.
Code:
Code: Select all$showkey --scancodes
volume up -- 0xe0 0x30 0xe0 0xb0
volume down -- 0xe0 0x2e 0xe0 0xae
volume mute -- 0xe0 0x20 0xe0 0xa0
$showkey --keycodes
volume up -- 115
volume down -- 114
volume mute -- 113
[Code] ....
When I reassinged the keys on Settings>Keyboard>Shortcuts to F7, F8 and F9 it works, but when use the keys volume up, down and mute It doesn't show anything.
The same happens with Fn + Brightness keys, in this case it worked the first time but then stop to work I don't know why..
View 5 Replies
View Related
Apr 1, 2014
I'm using Debian Jessie. All the firmware packages are properly installed, and so are the radeon free driver packages.
However, Gallium falls back to llvmpipe, which from what I understand is a software rasterizer and not actually hardware rendering.
Everything works fine except some specific things like KDE's cube animation, which says it can't be enabled because it requires OpenGL.
How do I get Debian to run Gallium properly?
I attached some relevant info...
glxinfo | grep -i opengl
View 14 Replies
View Related
Aug 1, 2014
It has happened to my debian jessie system that the sound sometimes ceased to work, but after a quick review of alsamixer, pavucontrol it was easy to put everything back to normal. Not this time
The sound works as a charm with no headphones, but not with them, and I find them particularly useful for talking with people since the sound quality is way better...
I have alsa and pulseaudio installed on my system
uname -a
Linux device 3.14-2-amd64 #1 SMP Debian 3.14.13-2 (2014-07-24) x86_64 GNU/Linux
lspci -v| grep Audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
In pavucontrol everything looks normal, and the output seems to be working...
View 2 Replies
View Related
Apr 7, 2016
I don't know how to make my Wifi Card Qualcomm Atheros QCA9377 to work on my Debian Jessie.
I found driver here: [URL] .....
Tintumon2 said it work for him on Ubuntu 14, but how can I make it to work on Debian?
@update:
When I try to install them on Debian using "./install.sh" I see black screen and then GNU/Linux reboots.
View 4 Replies
View Related
Feb 5, 2015
My wifi does not work in the actual debian testing jessie lxde amd64 with wicd version (fresh install). What I've done:
0. Fresh testing jessie install (offline and ignored the question for adding iwlwifi)
1. Adding following sources:
deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
2. apt-get update
3. apt-get install firmware-iwlwifi
4. modprobe -r iwlwifi ; modprobe iwlwifi
So searching the web just brings up the wheezy way solution (backport new kernel and iwlwifi).
But in this case, actual jessie testing kernel is already installed by default and so the actual 43 firmware-iwlwifi
Some information:
Code: Select all# dpkg -l |grep -i iwlwifi
ii firmware-iwlwifi 0.43 all Binary firmware for Intel Wireless cards
Code: Select all# dmesg | grep wifi
[ 7.890216] iwlwifi 0000:02:00.0: irq 107 for MSI/MSI-X
[ 8.478878] iwlwifi 0000:02:00.0: firmware: direct-loading firmware iwlwifi-7260-9.ucode
[ 8.479867] iwlwifi 0000:02:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
[ 8.553105] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[ 8.553193] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[Code] ....
I must add: lxde Debian uses Wicd, so network-manager is not installed !
Wicd seems to be the problem. After changing to network-manager, everthing is ok.
Next install with the official Jessie release, i will look, why wicd not work out of the box.
View 5 Replies
View Related
Oct 8, 2015
I am trying to get the QL1060N to print and cut under Jessie.
I used the Ql1060N on wheezy (cups 1.5.3) with the standard Brother driver and the ptouch/foomatic driver of the QL550. They both worked out of the box.
Configuration for Brother QL1060N Driver:
Description:ql1060n
Location:
Driver:Brother QL-1060N CUPS v1.1 (grayscale, 2-sided printing)
Connection:socket://XXX:9100
[Code] ....
On Jessie (cups 1.7.5):
I first tried the standard Brother driver from here: [URL] ....It didn't work at all. When I print, Cups tells me that the job has been completed, even though nothing has been done. Sometimes I also got the error "job canceled, filter failed", but I can't reproduce this error...
The foomatic/ptouch driver for the QL550 prints like it did before, but doesn't cut the lables automatically like it used to in wheezy. (I'm using the same printing file/picture as in wheezy and also the same configuration.)
View 1 Replies
View Related
Nov 20, 2010
Is there a way to get this scanner to work o.k. in Debian Squeeze? I used it under Windoes/XP but had to get rid of that OS because of a brand-new Lenovo PC. Vista does not support TWAIN drivers anymore as far as I know, so it looks that I am "sunk" unless...
View 1 Replies
View Related
Mar 30, 2010
Is anybody knows how to install USB Modem SU-8200 U on Ubuntu 9.04?.I have use wvdial and dependencies for Debian,but it still not works.I use Gnome-PPP ; but no modem detected.I use usb_modeswitch from Draisberghof, but no deffault setting etc/usb_modeswitch.conf either on usb_modeswitch.setup.I know USB based modem is the worst comm option for Linux.I think I should use PCMIA modem type.Anybody know the compatible one for Ubuntu 9.04?btw,I tried to set it up on my HP Compaq Pressario V3700,...all drivers and hardware are work good,except USB modem.
View 5 Replies
View Related
Dec 2, 2009
I am a recruit for Linux and install FC12 on my PC. The motherboard is ASUS M3N78-CM. The nvidia GeForce 8200 chipset on the motherboard is directlt used for vedio. The driver : NVIDIA-Linux-x86_64-190.42-pkg2.run is downloaded from Nvidia website, but it can't drive the chipset successfully. So i can not start X-window. If anyone has a solution to this problem?
View 3 Replies
View Related
May 28, 2011
I recently installed Ubuntu 11.04 on my Emachine Er1402-05, Wireless works fine, but not the grahics Emachine Er1402-05 has a nVidia GeForce 8200 graphics card. The problem is that after installation it only support resolution upto 1024x768, while my LCD has native resolution at 1600x900. I have installed the most recent nvidia driver $sudo apt-get install nvidia-current However, I was not able to config it:
$ sudo nvidia-xconfig
sudo: nvidia-xconfig: command not found
I was not able to install the package.
$ sudo apt-get install nvidia-xconfig
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nvidia-xconfig
[code].......
View 9 Replies
View Related
Feb 19, 2010
I have a problem with resume from ram on my hardware. I tried to install Karmic Alternate and Lucid Alternate (command line only). After resume I have no screen and the monitor is off. I also tried different pm-quirks, in combination too. I tried to install the nouveau driver on lucid but then the monitor is always off. I guess to install the nvidia-driver is no solution for a command line system?
View 1 Replies
View Related
Apr 9, 2010
In Linux, passing "pci=nomsi" to the kernel before it boots generally helps it "find the hard drive". In windows however, it wont even install. It loads all the components then when it says its starting Windows, it comes up with an error, just gives a code, no explanation. Now granted this has more to do with Windows then Linux but there is no forum for that here and this is related. I wanted to try and run some games that would not work under wine nor virtualbox, so i shrunk my partition to make room for XP and it wouldn't install. If you're just going to lecture me on the lack of need for windows please to not respond to this. The specific motherboard is:
[Code]...
View 14 Replies
View Related
Feb 7, 2010
I have an Acer 1200X with an Nvidia 8200 graphics GPU integrated on the motherboard. I have an HDMI and VGA output. I have downloaded the Nvidia graphics driver using envyNG and the old fashioned way. I have tried configuring the monitors 15 ways from Sunday in the configuration and I cannot for the life of me get dual monitors to work.
When I go into configuration with the Nvidia wizzard it blanks like its going to work then just stays black with the mouse cursor. I also cannot save as I get a "parsing" error. I am using Ubuntu 9.10 and have even tried using envyNG to get the monitors to work on twinview... NOTHING Hope someone can help!
My dad who is a Linux nut came over to help and he left 3 hours later because were tempted to chuck the computer out the window...I need to figure this out as this is going to be my work computer and I need dual screens.
View 1 Replies
View Related
Mar 20, 2010
i just instaled bt4 on my hdd and i have a problem with instaling drivers... i cant find and install driver for my video card nvidia 8200 integrated on motherboard. exacly i got the problem with changeing video resolution... i have only 640x480 and 800x600, and here is the problem, i cant put it in 1024x768..
View 6 Replies
View Related
Jan 16, 2016
I'm not having the invisible mouse problem, I don't have a mouse at all. Nothing is selected when I attempt to use my touchpad no matter how much I try. I've been trying to fix this problem for three or four days including by installing alternative OSs (Ubuntu Gnome 15.10, Ubuntu 14.04, Ubuntu 15.10), but those OSs have trouble finding the boot drive and is generally a massive nightmare. I figured Debian's lack of mouse would likely be easier to fix and so here I am. I've searched Google relentlessly for days now, the Man pages are useless for my problem, and the only mouse related posts on the forum didn't fit my own issues.
I'm using a Toshiba Satellite C55D-B5102 AMD-64 with Debian 8.2 (Jessie) and none of the operating options like Cinnamon selected at install.
View 14 Replies
View Related
Mar 15, 2011
i m relative new for ubuntu as a technical user, and i m facing problem in installing HP Scanjet N8420, i searched many forums but i m unable to get success on it, i already tried the given code below it works for Canon scanner lide 110, but doesn't works for HP ScanJet N8420.
$ sudo add-apt-repository ppalaxx/random-fixes
$ sudo apt-get update
$ sudo apt-get install libsane sane-utils
View 3 Replies
View Related
Aug 26, 2010
anyone know about a driver to the hp scanjet 4890. i am running ubuntu 10.4 lts. i have heard that there is no driver for linux for that scanner, but those posts were old.
View 1 Replies
View Related
Mar 9, 2011
I am not a newbie, but not especially knowledgeable (working on it) I am using Ubuntu 10.10 on an HP Pavilion dv7 'Entertainment PC' laptop. (I know, I know... but HP has the 'PC' nomenclature printed on the case.) 4 GB ram, AMD Turion X2 2000mhz, '17" screen', 750GB hard drive space, DVD-CD RW drive. I have an HP ScanJet 8250 linked by USB 2.0, running either Sane or X-Sane and the ADF is driving me IN-sane (LOL)
The scanner works wonderful in flatbed mode, but when I try and use the ADF it goes through the motions until the dialog reports that receiving data has commenced. At that point the screen on the scanner reports error 15. The auto feed never really starts. I have tested the scanner in Vista (gasp-wheeze) and the ADF works perfectly there, with HP's software.
View 1 Replies
View Related
Mar 1, 2010
I am looking for drivers for HP Scanjet 3670,
View 1 Replies
View Related
Oct 24, 2010
This weekend I installed Ubuntu 10.10 and most everything works well, but it seems that there is no support for my scanner, an HP Scanjet G4010. Both lsusb and sane-find-scanner report the scanner, and I've changed the permissions of the appropriate USB device, but scanimage -L returns "no scanners were identified" and the HPLIP Toolbox cannot find the scanner. Additionally, the Sane site states that it's unsupported. So I'm just posting here as the final resort to see if there is anyone who has a fix or who has been able to get this scanner working
View 6 Replies
View Related
May 17, 2015
How do you disable startx in Jessie when it boots up? In Wheezy I just had to disable the gdm3 service. I also tried a few settings in grub, but it still starts.
View 7 Replies
View Related
May 19, 2015
I've had a weird issue recently with Java/Spring. Basically, it would work on all machines but my trusty Debian box. Macs for devs, Ubuntu for production and some devs have it too. This annoyed me, because of course Debian is the greatest and it must work there too! Also, Java is based on the whole write once run anywhere concept, I have never really had a problem with code behaving differently on different Java installs of the same version, even on completely different OSs it seems to behave itself very well. URL....
I moved up to Jessie and the problem goes away. I can only conclude that some library that is called by Java got upgraded, somehow influences the order in which Spring resolves its dependencies. Probably the fact that other devs build on Ubuntu and have got it working there, and the upgrade to Jessie brings my libs more in line with what Ubuntu will be running has done the trick.
View 0 Replies
View Related