Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione
HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione
Abbiamo provato per diverse settimane il nuovo Magic V5 di HONOR, uno smartphone pieghevole che ci ha davvero stupito. Il device è il più sottile (solo 4.1mm) ma non gli manca praticamente nulla. Potenza garantita dallo Snapdragon 8 Elite, fotocamere di ottima qualità e batteria in silicio-carbonio che garantisce un'ottima autonomia. E il Prezzo? Vi diciamo tutto nella nostra recensione completa.
Recensione Google Pixel 10 Pro XL: uno zoom 100x assurdo sempre in tasca (e molto altro)
Recensione Google Pixel 10 Pro XL: uno zoom 100x assurdo sempre in tasca (e molto altro)
Google Pixel 10 Pro XL è il top di gamma della serie Pixel, presentando un ampio display Super Actua da 6.8 pollici insieme alle novità della serie, fra cui la ricarica wireless magnetica Pixelsnap e le nuove funzionalità AI avanzate. Il comparto fotografico include un sistema a tripla fotocamera con zoom Pro Res fino a 100x, mentre il processore Tensor G5 con 16GB di RAM garantisce prestazioni percepite molto elevate su Android.
Lenovo IdeaPad Slim 3: un notebook Snapdragon X economico
Lenovo IdeaPad Slim 3: un notebook Snapdragon X economico
Forte della piattaforma Qualcomm Snapdragon X, il notebook Lenovo IdeaPad Slim 3 riesce a coniugare caratteristiche tecniche interessanti ad uno chassis robusto, con autonomia di funzionamento a batteria che va ben oltre la tipica giornata di lavoro. Un notebook dal costo accessibile pensato per l'utilizzo domestico o in ufficio, soprattutto con applicazioni native per architettura ARM
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 13-10-2005, 16:22   #1
percky
Member
 
L'Avatar di percky
 
Iscritto dal: Sep 2001
Città: BARI
Messaggi: 163
SuSE 10 problema con epson CX3650 ... ricompilare il kernel?

Salve a tutti, vorrei sapere se qualcuno ha provato ad installare un scanner su linux!!
Io sto impazzendo con lo scanner della multifunzione CX3650.
a dir la verità ero riuscito ad installarlo correttamente con la 9.3 con un pacchetto chiamato iscan, il problema è sorto con la 10.0
Dopo aver installato tutti i driver possibili ho fatto una ricerca, capendo che in pratica bisognerebbe che si ricompili il modulo dello scanner all'interno del kernel mi chiede di trovare il file scanner.c che nn riesco a trovare, ho installato il pacchetto kernel-develop ma in /usr/src/linux-(versione)/drivers/usb/ il file non è presente. come faccio a trovarlo?

Ecco la guida che ho trovato, anche se lo scanner è differente il concetto è lo stesso::



***Instructions how to install the Epson Cx3200 device without recompiling
the whole kernel.***

Become root or su and edit
"/usr/src/linux-2.4.19-16mdk/drivers/usb/scanner.c" as follows:
find the lines:

if (dev->config[0].bNumInterfaces != 1) {
info("probe_scanner: Only one device interface is supported.");
return NULL;
}

and make the lines inactive as shown below.

/* if (dev->config[0].bNumInterfaces != 1) {
* info("probe_scanner: Only one device interface is supported.");
* return NULL;
* }
*/


*After this create a new directory to a place of your choice i.e:
"/usr/src/modules"

*copy "/usr/src/<kernelversion>/drivers/usb/scanner.c" and
"/usr/src/<kernelversion>/drivers/usb/scanner.h"
to the above mentioned directory.

*Then compile a new module as follows, ofcourse as root:
"gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -include
/usr/src/linux/include/linux/modversions.h -c scanner.c"

this will result in a "scanner.o" file.

Copy this file to "/lib/modules/2.4.19-16mdk/kernel/drivers/usb"

Do a "rmmod scanner" as root.

If the modules are compressed and look like "scanner.o.gz"
then remove the original file and create with gnozip or ark a new archive
file "scanner.o.gz" and add the "scanner.o" to it.

*After this is finished insert the new module with:
"modprobe scanner vendor=0x04b8 product=0x0802"

This should be enough to get the scanner up if you then select the scanner
of choice.
In this case Epson perfection 1200U.
__________________
Think ahead, think linux!
percky è offline   Rispondi citando il messaggio o parte di esso
Old 13-10-2005, 17:14   #2
hilo
Senior Member
 
Iscritto dal: Jan 2002
Messaggi: 2365
sono istruzioni stra-vecchie (riferite al kernel 2.4); suse 10.0 utilizza il kerrnel 2.6; fai come hai fatto con la 9.3 (che monta anch'essa un kernel 2.6)
hilo è offline   Rispondi citando il messaggio o parte di esso
Old 13-10-2005, 17:21   #3
percky
Member
 
L'Avatar di percky
 
Iscritto dal: Sep 2001
Città: BARI
Messaggi: 163
a dir la verità avevo iniziato con quella procedura, ma quando ho visto che nn funzionava ho cercato altro in giro. addirittura ho provato installando le versioni compilate nel dvd della 9.3 x la versione 10.0 ma niente.
le info più dettagliate le ho trovate sul sito del fornitore dei driver iscan... eccole qui:


For customers using Image Scan! for Linux with Kernel 2.6 or higher using a USB connection

When using Image Scan! for Linux with distributions of Kernel 2.6 or
higher, there may be cases where the scanner module cannot be unloaded
with the rmmod command.

With Kernel 2.6 or higher, it is possible that the kernel does not
support the scanner module. As a result, a USB connected scanner may
not be able to unload the scanner module from the kernel with the
modprobe -r or rmmod commands.

If this occurs, it is necessary to disconnect the scanner and restart
the OS.

If libusb-0.1.5 or higher is installed, this phenomenon can be avoided
with the following method.

Using Image Scan! for Linux via libusb
1. Connect the scanner.
Turn on the scanner and connect the USB cable.

2. Check the scanner vendor ID, model ID, and the USB scanner connection.

$ sane-find-scanner
found USB scanner (vendor=0x04b8, product=0x0110) at libusb:001:002

In the example above, vendor=0x04b8 is the vendor ID, and
product=0x0110 is the model ID.

3. Edit "/etc/sane.d/epkowa.conf".

Example: If the USB scanner vendor ID is 0x04b8, and the model ID is
0x0110, make the following addition to the line starting "usb" in
epkowa.conf.

usb 0x4b8 0x110

4. Start up Image Scan! for Linux.

$ iscan

There may be cases where the access right allows only the root user
to start up the program.
When using a user account, check the connection of the scanner with
the sane-find-scanner command, and revise the access right with the
following command.

# chmod 0666 /proc/bus/usb/001/002
(Change 001/002 to the USB scanner connection checked in step 2.)

Depending on the distribution, it may be necessary to use the package
for gcc-3.2 (*.redhat.8.0.i386.rpm).
In addition, since the scanner module is automatically loaded in the
kernel, it may not be possible to use Image Scan! for Linux.
In this case, move the scanner module or delete it.

Example: With kernel version 2.6.0, move or delete the following file,
and restart the computer.
/lib/modules/2.6.0/kernel/driver/usb/image/scanner.ko
__________________
Think ahead, think linux!
percky è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione HONOR Magic V5: il pieghevole ultra sottile e co...
Recensione Google Pixel 10 Pro XL: uno zoom 100x assurdo sempre in tasca (e molto altro) Recensione Google Pixel 10 Pro XL: uno zoom 100x...
Lenovo IdeaPad Slim 3: un notebook Snapdragon X economico Lenovo IdeaPad Slim 3: un notebook Snapdragon X ...
Recensione OnePlus Watch 3 43mm: lo smartwatch che mancava per i polsi più piccoli Recensione OnePlus Watch 3 43mm: lo smartwatch c...
BOOX Note Air4 C è uno spettacolo: il tablet E Ink con Android per lettura e scrittura BOOX Note Air4 C è uno spettacolo: il tab...
Roscosmos: RSC Energia smentisce la cris...
Da 309€ a 549€, fino a 32GB di RAM: ecco...
Beats mai così convenienti: sconti fino ...
Da 27,78€ a 56,99€: 5 accessori indispen...
3 minuti: è il tempo per vedere l...
Gli Amazfit sono ora gli smartwatch più ...
Rowenta alza la posta: scopa elettrica s...
6 robot per le pulizie completi in offer...
Friggitrice ad aria Cecofry Full InoxBla...
iPhone 16 Pro Max a 10€ in più del minim...
Una chiavetta USB, ma SanDisk Ultra Slid...
La bolla dell'AI: perché l'econom...
Lo smartphone dovrebbe essere usato solo...
SpaceX: i video e le foto dello spettaco...
Anche a Pescara si passa ai fatti: e-bik...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 21:29.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v