Hello
(Sorry for mistakes, I'm not English)
I installed ubuntu 8.04 in ltsp mode, all work fine.
I try to detect a usb scanner, it works on the server (i can scan from xscane) but it doesn't work from clients (the scanner it doesn't see as a scanner).
I do this :
- I edit /opt/ltsp/i386/etc/lts.conf
Code:
[default]
XINETD_SERVICES = "saned"
LOCALDEV=True
- I put the privilege for my user
Code:
jack@srv-ltsp:~$ id
uid=1000(jack) gid=1000(jack) groupes=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),105(scanner),107(fuse),109(lpadmin),115(admin),1000(arno)
I rebuild the ltsp image and restart my clients
Code:
/opt/ltsp/i386/etc/lts.conf
But when I plug the scanner on my clients, xsane says that It does't find peripheral
dmesg from the client in graphic (I think it's the scanner??)
Code:
[145773.415815] usb 6-3: reset high speed USB device using ehci_hcd and address 2
[148326.084096] usb 6-3: reset high speed USB device using ehci_hcd and address 2
when i do "scanimage -L" and "sane-find-scanner", it returns that it doesn't find any peripheral
I forgot something???
Thanks
Jack
Bookmarks