|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Sep 2003
Città: Garlascocity,la Città delle Zanzare e della Nebbia
Messaggi: 3524
|
Kubuntu 5.10:dubbi
Ho installato Kubuntu 5.10 sul mio notebook,e finalmente posso dire di aver trovato la distribuzione che meglio digerisce il mio sistema (P-M 1.6,9700pro,ecc.),ma venendo da Windows xp(che peraltro ho ancora installato,in dualboot sul note),mi si presentano alcuni dubbi;spero che almeno in parte riusciate a togliermeli:
1-Come funziona lo Speedstep su Kubuntu?Ho installato Klaptop,ma ha diversi profili: userspace conservative powersave ondemand performance Tranne le boiate dello stand-by e altro(che non uso),in profili energetici che setto(io ho messo powersave,e la ventola non parte mai,ma probabile che la cpu vada a 600)? In Modulo di Controllo ho selezionato "Abilita limitazione Cpu",e "Abilita profili di Prestazioni",mentre qualche riga + sotto si fa riferimento ad una fantomatica applicazione ausiliaria..che è?Mi serve un programma esterno per far gestire in automatico la frequenza del processore in base al carico di lavoro? 2-Come si riescono a vedere le partizioni NTFS e FAT32? In particolare ho un hd esterno con una partizione NTFS ed una FAT32,ma anche quando lo collego non me le rileva..come faccio? 3-Con pendrive e microdrive,linux come è messa come riconoscimento? 4-Ho installato un pacchetto denominato defrag: come lo avvio(penso sia un'utility simile a quella di win)? 5-Wireless Centrino:ho un router wireless,ma mentre con la rete ethernet riesco a collegarmicon la wireless no. Essa viene rilevata correttamente(ho Kwifimanager),ma non mi connetto:canale,nome rete ecc. sono settati,ma poi quando vado in "Impostazioni di rete",nelle interfaccie di rete,la ethenet è attivata,la wireless no..ma quindi è attiva o no? Tra l'altro tento di accedere a questa sezione,immetto la password,ma comunque non posso selezionare nulla..boh?!
__________________
Motherboard:Sapphire Pure Crossfirex 790GX skAm2-Cpu:Phenom II X3 720BE @3.2GHz -Ram:2x2048 DDr2 pc6400 Corsair XMS-Alimentatore: Ernemax 625 watt-Vga:Ati 4830 eah -Maste dvd: Sony -Hd:1 Maxtor 80 giga-All included in CM Stacker
![]() |
![]() |
![]() |
![]() |
#2 | |||||
Member
Iscritto dal: Feb 2005
Città: bologna
Messaggi: 238
|
Quote:
Intanto se vuoi continuare ad usare klaptop per controllare la frequenza di lavoro della cpu digita da riga di comando Codice:
cat /proc/cpuinfo | grep MHz Quote:
Il mount funziona così: Codice:
mount -t tipo_filesystem dispositivo punto_di_mount Codice:
lsusb Sperando di non aver detto un mare di cagate, potresti usarlo come punto di partenza Quote:
Quote:
sui filesystem unix non c'è bisogno di deframmentare, la frammentazione si stabilizza automaticamente tra il 3-5% senza mai superare quel valore Quote:
Codice:
kdesu kcmshell kcm_knetworkconfmodule controlla che l'interfaccia sia su "enabled" e configurala, se continua a non funzionare il terminale sarà il tuo migliore amico, ma ci pensiamo dopo
__________________
Linux User: #381770 |
|||||
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Sep 2003
Città: Garlascocity,la Città delle Zanzare e della Nebbia
Messaggi: 3524
|
Ho installato cpufreq,ma il risultato è che la ventola parte di più rispetto a prima,ed infatti il procio è a 1.6(freq max) anche adesso che stò scrivendo con Firefox..
Ho fatto male ad installarlo?Come si fa a configurarlo? Ho installato anche powernowd:ho settato il profilo prestazioni come Userspace,e la cpu ora è a 600 MHz,mentre penso che quando il carico aumenti,viaggi a 1600MHz. Per la wireless ho un dubbio:mi sa che non ho i drivers installati ipw2200,che faccio? Tra l'altro schiacciando il tasto della wireless del notebook,non s'accende il led reativo..stessa cosa mi era accaduta quando non avevo installato un programma simile all'Easy Access del Acer..
__________________
Motherboard:Sapphire Pure Crossfirex 790GX skAm2-Cpu:Phenom II X3 720BE @3.2GHz -Ram:2x2048 DDr2 pc6400 Corsair XMS-Alimentatore: Ernemax 625 watt-Vga:Ati 4830 eah -Maste dvd: Sony -Hd:1 Maxtor 80 giga-All included in CM Stacker
![]() Ultima modifica di 121180 : 22-12-2005 alle 23:33. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Sep 2003
Città: Garlascocity,la Città delle Zanzare e della Nebbia
Messaggi: 3524
|
Ho trovato il software necessario ad attivare lo switch esterno per la wireless del mio notebook:sono dei drivers della Acer che vanno bene anche per il mio,poichè sono di base lo stesso notebook..
Si chiamano Acerhk. Li ho trovati in formato tgz,ma dopo averli estratti,non so come installarli..mi aiutate? Installation ************ 1. You need the kernel sources (or kernel headers for your kernel) installed to compile the driver. 2. Your kernel needs loadable module support with version information for modules enabled. Usage of procfs is highly recommended. If you want the driver to generate regular keyboard events using kernel version 2.4 you need the input system of the kernel enabled (Input core support AND keyboard support). In kernel version 2.6 all needed functionality should be available by default. In most cases you can skip the next step, the Makefile tries do determine the correct directory on its own. Change KERNELSRC only if the autodetection does not work for you. Otherwise proceed directly with step 4. 3. Before you compile the driver, change KERNELSRC in the makefile to your path to the kernel build environment. If you are using a self compiled kernel, point it to the root of your sources. If you are using a packaged kernel of your distribution, install the package with kernel headers (Debian:kernel-headers) and point KERNELSRC to where the headers and config files are located. If you are using Debian, this would be "/lib/modules/<kernelversion>/build". 4. Do: make to compile the driver. If you run into problems because of the makefile not recognizing your kernel version correctly, try this: make acerhk.o - kernel version 2.4 make acerhk.ko - kernel version 2.6 5. Do: make install to automatically copy the driver into the kernel module library. If you've done so, proceed directly with step 8. If you want to install the module binary yourself (because you want a different location), use steps 6 and 7 instead. 6. Copy the created file "acerhk.o" ("acerhk.ko" with version 2.6) to your kernel modules path. In Debian this could be "/lib/modules/<kernelversion>/kernel/drivers/extra/". 7. Update module dependencies: depmod -a 8. Try loading the module with: insmod/modprobe acerhk If it succeeds - congratulations! If you have procfs enabled, you can try the following to test the driver: Non-Dritek models: Press one of the special keys and after that: cat /proc/driver/acerhk/key to read the (hexadezimal) code of the key pressed. It should be different from 0x00. (Note: You mustn't have the polling feature enabled for this to work, so load the module with poll=0) Dritek-models: Press one of the special keys and look for the generated key with "xev". If there is none, then you should see at least kernel messages about using setkeycodes. If your notebook has a mail led you can try this: echo on > /proc/driver/acerhk/led This should sete the mail led to blinking mode. echo off > /proc/driver/acerhk/led turns it off again. See README for further usage information. If the module didn't load look into your kernel messages what went wrong. If you see something like the following lines: acerhk: could not find request handler acerhk: can't find ROM area acerhk: unloaded then your hardware is not recognized. See README for supported models. If it won't work on your notebook, please contact me and I will see if I can fix that. Integrating the driver into kernel tree version 2.6 *************************************************** If you want the driver to fully integrate into the kernel tree of version 2.6 proceed as follows: 1. Copy the acerhk directory into the source tree, for instance /usr/src/linux/drivers/misc/acerhk 2. Include the driver directory in the config files. Add to the Kconfig file of the parent directory(/usr/src/linux/drivers/misc/Kconfig): config ACERHK tristate "Acerhk driver" depends on EXPERIMENTAL ---help--- This is an experimental acer keyboard driver for acer laptops 3. Include the acer directory in it's parents Makefile(/usr/src/linux/drivers/misc/Makefile): obj-$(CONFIG_ACERHK) += acerhk/ 4. In this case you also need to activate the misc drivers first (/usr/src/linux/drivers/Kconfig): source "drivers/misc/Kconfig" If that's done, you should be able to select the driver from the configuration programm and build the module.
__________________
Motherboard:Sapphire Pure Crossfirex 790GX skAm2-Cpu:Phenom II X3 720BE @3.2GHz -Ram:2x2048 DDr2 pc6400 Corsair XMS-Alimentatore: Ernemax 625 watt-Vga:Ati 4830 eah -Maste dvd: Sony -Hd:1 Maxtor 80 giga-All included in CM Stacker
![]() |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Sep 2003
Città: Garlascocity,la Città delle Zanzare e della Nebbia
Messaggi: 3524
|
La cosa strana,è che per es.,usando prima Windows con la wireless attivata,se riavvio,entro in Kubuntu,e riaccendo la wireless,il led s'illumina,ma non navigo..
Ho : -WPA disabled -Rete non nascosta o protetta
__________________
Motherboard:Sapphire Pure Crossfirex 790GX skAm2-Cpu:Phenom II X3 720BE @3.2GHz -Ram:2x2048 DDr2 pc6400 Corsair XMS-Alimentatore: Ernemax 625 watt-Vga:Ati 4830 eah -Maste dvd: Sony -Hd:1 Maxtor 80 giga-All included in CM Stacker
![]() |
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Sep 2003
Città: Garlascocity,la Città delle Zanzare e della Nebbia
Messaggi: 3524
|
up!
__________________
Motherboard:Sapphire Pure Crossfirex 790GX skAm2-Cpu:Phenom II X3 720BE @3.2GHz -Ram:2x2048 DDr2 pc6400 Corsair XMS-Alimentatore: Ernemax 625 watt-Vga:Ati 4830 eah -Maste dvd: Sony -Hd:1 Maxtor 80 giga-All included in CM Stacker
![]() |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Sep 2003
Città: Garlascocity,la Città delle Zanzare e della Nebbia
Messaggi: 3524
|
Ho installato acerhk,l'utility che permette l'uso dei tasti(compreso quello per la wireless sui notebook Acer e compatibili),l'ho caricato,ma nulla,nisba...
![]() Maledetta wireless... ![]() Controllato,e l'hardware non s'accende manco morto:a questo punto rinuncio per fine pazienza e mi collego tramite cavo ethernet..la wireless la lascio a Windows,che almeno da questo punto di vista non mi dà rogne(mi dispiace dirlo,ma è così).
__________________
Motherboard:Sapphire Pure Crossfirex 790GX skAm2-Cpu:Phenom II X3 720BE @3.2GHz -Ram:2x2048 DDr2 pc6400 Corsair XMS-Alimentatore: Ernemax 625 watt-Vga:Ati 4830 eah -Maste dvd: Sony -Hd:1 Maxtor 80 giga-All included in CM Stacker
![]() |
![]() |
![]() |
![]() |
#8 | |
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 799
|
Quote:
dai iwconfig e vedi se compare off da qualche parte: se è così schiaccia il tasto (la luce rimane spenta) pero' se dai iwconfig l'off è sparito e la scheda wireless è abilitata. |
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 05:58.