Pagina 1 di 3 1 2 3 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 30
  1. #1
    Utente di HTML.it
    Registrato dal
    Nov 2005
    Messaggi
    19

    configurazione scheda wireless dwl g650+ su suse 9.3,aiutoooooo

    ciao a tutti,
    vorrei sapere se qualcuno può aiutarmi a configurare al meglio la scheda della dlinkdwl g650+ sususe 9.3.
    aggiungendo il firmware della scheda nella cartella del root (lib /firware) sono riuscito ad attivarla,ma il segnale è debole e mi riconosce le reti presenti ma non vi riesce ad entrare in quella aperta con wep.se qualcunoha avuto ache farecon questa situazione gli sarei molto grato perchèvoglio abbandonare windows!!!!

  2. #2
    Moderatore di ADSL e connettività, Reti LAN e Wireless e VoIP L'avatar di fivendra
    Registrato dal
    Jun 2001
    residenza
    Treviso
    Messaggi
    23,939
    Fivendra - LTE Powered: @fivendra - Facebook

    Smartphone: Apple iPhone 6 Plus
    Tablet: Microsoft Surface Pro 3 Windows 10
    Piano Telefonico: TIM Tutto Compreso 1500 + 4G
    Piano Dati: ​TIM Internet 4G + Huawei 4G E589

  3. #3
    Utente di HTML.it
    Registrato dal
    Nov 2005
    Messaggi
    19
    proprio te cercavo,grazie al cielo!!!!
    non so come fare con shell.
    sono arrivato al punto 3 ma non so come fare a compilare perchè da shell non so come fare quel passaggioalla directory/home/username/acx...etc ..? aiutoooo!!!
    scusami..sono un neofito che grazie a persone come voi sta imparando ad usare linux

  4. #4
    Utente di HTML.it
    Registrato dal
    Nov 2005
    Messaggi
    19
    poi inizieremo a compilarlo
    quindi da /home/utente/acx100-0.2.0pre8_plus_fixes_57
    date il comando
    make
    questo passaggio non riesco afarlo.
    ovvero dove diciquindi da home/utente etc....
    nonriesco !!!!

  5. #5
    Utente di HTML.it
    Registrato dal
    Nov 2005
    Messaggi
    19
    poi inizieremo a compilarlo
    quindi da /home/utente/acx100-0.2.0pre8_plus_fixes_57
    date il comando
    make
    non socome fae con shell per entrare in /home/utente/acx100-0.2.0pre8_plus_fixes_57

  6. #6
    Moderatore di ADSL e connettività, Reti LAN e Wireless e VoIP L'avatar di fivendra
    Registrato dal
    Jun 2001
    residenza
    Treviso
    Messaggi
    23,939
    facile da shell:
    cd /home/utente/cartella
    Fivendra - LTE Powered: @fivendra - Facebook

    Smartphone: Apple iPhone 6 Plus
    Tablet: Microsoft Surface Pro 3 Windows 10
    Piano Telefonico: TIM Tutto Compreso 1500 + 4G
    Piano Dati: ​TIM Internet 4G + Huawei 4G E589

  7. #7
    Utente di HTML.it
    Registrato dal
    Nov 2005
    Messaggi
    19
    grazie adesso però non capisco perchè mi crive questo?


    make: *** [driver] Error 2maci@MSHOME:~/acx100-0.2.0pre8_plus_fixes_57> make
    make -C src
    make[1]: Entering directory `/home/maci/acx100-0.2.0pre8_plus_fixes_57/src'
    gcc -Wall -Wstrict-prototypes -Wno-trigraphs -O -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=4 -march=i586 -DACX_DEBUG=1 -DACX_IO_WIDTH=32 -D__KERNEL__ -DMODULE -DWLAN_HOSTIF=WLAN_PCI -I/lib/modules/2.6.11.4-21.9-default/build/include -I../include -c -o acx100.o acx100.c
    In file included from acx100.c:71:
    /usr/include/linux/version.h:2:2: #error "================================================= ======"
    /usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
    /usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
    /usr/include/linux/version.h:5:2: #error ""
    /usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
    /usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
    /usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
    /usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
    /usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
    /usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
    /usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
    /usr/include/linux/version.h:13:2: #error ""
    /usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
    /usr/include/linux/version.h:15:2: #error ""
    /usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
    /usr/include/linux/version.h:17:2: #error ""
    /usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
    /usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
    /usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
    /usr/include/linux/version.h:21:2: #error ""
    /usr/include/linux/version.h:22:2: #error " o Configure kernel sources:"
    /usr/include/linux/version.h:23:2: #error " - cd /usr/src/linux"
    /usr/include/linux/version.h:24:2: #error " - make mrproper"
    /usr/include/linux/version.h:25:2: #error " - make cloneconfig"
    /usr/include/linux/version.h:26:2: #error " - make dep"
    /usr/include/linux/version.h:27:2: #error ""
    /usr/include/linux/version.h:28:2: #error " o When compiling, make sure to use the following"
    /usr/include/linux/version.h:29:2: #error " compiler option to use the correct include files:"
    /usr/include/linux/version.h:30:2: #error ""
    /usr/include/linux/version.h:31:2: #error " -I/lib/modules/`uname -r`/build/include"
    /usr/include/linux/version.h:32:2: #error ""
    /usr/include/linux/version.h:33:2: #error " instead of"
    /usr/include/linux/version.h:34:2: #error ""
    /usr/include/linux/version.h:35:2: #error " -I/usr/include/linux"
    /usr/include/linux/version.h:36:2: #error ""
    /usr/include/linux/version.h:37:2: #error " Please adjust the Makefile accordingly."
    /usr/include/linux/version.h:38:2: #error "================================================= ======"
    In file included from /usr/include/linux/list.h:7,
    from /usr/include/linux/wait.h:23,
    from /usr/include/asm/semaphore.h:41,
    from /usr/include/linux/sched.h:18,
    from /usr/include/linux/module.h:9,
    from acx100.c:74:
    /usr/include/linux/prefetch.h: In function `prefetch_range':
    /usr/include/linux/prefetch.h:64: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared (first use in this function)
    /usr/include/linux/prefetch.h:64: error: (Each undeclared identifier is reported only once
    /usr/include/linux/prefetch.h:64: error: for each function it appears in.)
    In file included from /usr/include/linux/module.h:22,
    from acx100.c:74:
    /usr/include/asm/module.h:56:2: #error unknown processor family
    acx100.c:75:41: missing binary operator before token "("
    In file included from acx100.c:81:
    /usr/include/linux/skbuff.h:30:26: net/checksum.h: No such file or directory
    In file included from /usr/include/linux/irq.h:20,
    from /usr/include/asm/hardirq.h:6,
    from /usr/include/linux/hardirq.h:6,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/netdevice.h:516,
    from /usr/include/linux/if_arp.h:26,
    from acx100.c:83:
    /usr/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
    In file included from /usr/include/asm/hardirq.h:6,
    from /usr/include/linux/hardirq.h:6,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/netdevice.h:516,
    from /usr/include/linux/if_arp.h:26,
    from acx100.c:83:
    /usr/include/linux/irq.h: At top level:
    /usr/include/linux/irq.h:68: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
    /usr/include/linux/irq.h:68: error: requested alignment is not a constant
    /usr/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
    In file included from /usr/include/linux/irq.h:72,
    from /usr/include/asm/hardirq.h:6,
    from /usr/include/linux/hardirq.h:6,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/netdevice.h:516,
    from /usr/include/linux/if_arp.h:26,
    from acx100.c:83:
    /usr/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
    /usr/include/asm/hw_irq.h:32: error: `NR_IRQS' undeclared here (not in a function)
    In file included from /usr/include/linux/hardirq.h:6,
    from /usr/include/linux/interrupt.h:11,
    from /usr/include/linux/netdevice.h:516,
    from /usr/include/linux/if_arp.h:26,
    from acx100.c:83:
    /usr/include/asm/hardirq.h:13: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
    /usr/include/asm/hardirq.h:13: error: requested alignment is not a constant
    acx100.c:87:28: net/iw_handler.h: No such file or directory
    In file included from ../include/acx.h:3,
    from acx100.c:104:
    ../include/wlan_compat.h:221:41: missing binary operator before token "("
    ../include/wlan_compat.h:223:43: missing binary operator before token "("
    ../include/wlan_compat.h:247:40: missing binary operator before token "("
    In file included from ../include/acx.h:7,
    from acx100.c:104:
    ../include/acx_struct.h:115:41: missing binary operator before token "("
    ../include/acx_struct.h:124:26: linux/tqueue.h: No such file or directory
    ../include/acx_struct.h:128:1: warning: "INIT_WORK" redefined
    In file included from /usr/include/linux/aio.h:5,
    from /usr/include/linux/sched.h:190,
    from /usr/include/linux/module.h:9,
    from acx100.c:74:
    /usr/include/linux/workqueue.h:45:1: warning: this is the location of the previous definition
    In file included from ../include/acx.h:7,
    from acx100.c:104:
    ../include/acx_struct.h:1070:40: missing binary operator before token "("
    In file included from ../include/acx.h:7,
    from acx100.c:104:
    ../include/acx_struct.h:1085: error: field `after_interrupt_task' has incomplete type
    ../include/acx_struct.h:1094: error: field `spy_data' has incomplete type
    ../include/acx_struct.h:1311:41: missing binary operator before token "("
    acx100.c:272:40: missing binary operator before token "("
    acx100.c:812:41: missing binary operator before token "("
    acx100.c:828:41: missing binary operator before token "("
    acx100.c: In function `acx_probe_pci':
    acx100.c:833: error: structure has no member named `pci_state'
    acx100.c:855: error: `UTS_RELEASE' undeclared (first use in this function)
    acx100.c:2035:41: missing binary operator before token "("
    make[1]: *** [acx100.o] Error 1
    make[1]: Leaving directory `/home/maci/acx100-0.2.0pre8_plus_fixes_57/src'
    make: *** [driver] Error 2




    mi manca qualche programma da istallare ?

  8. #8
    Moderatore di ADSL e connettività, Reti LAN e Wireless e VoIP L'avatar di fivendra
    Registrato dal
    Jun 2001
    residenza
    Treviso
    Messaggi
    23,939
    hai installato le sorgenti del kernel?
    se no, usa yast e installale
    inoltre nella guida troverai da fare un symlink...
    dopo aver instalalto le sorgenti del kernel, fallo.
    basta che fai un copia ed incolla
    Fivendra - LTE Powered: @fivendra - Facebook

    Smartphone: Apple iPhone 6 Plus
    Tablet: Microsoft Surface Pro 3 Windows 10
    Piano Telefonico: TIM Tutto Compreso 1500 + 4G
    Piano Dati: ​TIM Internet 4G + Huawei 4G E589

  9. #9
    Utente di HTML.it
    Registrato dal
    Nov 2005
    Messaggi
    19
    se vado su yast come faccio a istallarle?sono nei cd della distro?in cerca devo scrivere kernel?e qual'è quello giustoper acx che ho messo nel pc?telo chiedo perchè non posso collegarmi a internet con quel pc.

  10. #10
    Moderatore di ADSL e connettività, Reti LAN e Wireless e VoIP L'avatar di fivendra
    Registrato dal
    Jun 2001
    residenza
    Treviso
    Messaggi
    23,939
    si certo vai su yast
    installa pacchetti
    e scrivi kernel
    dovresti trovare le sorgenti della tua versione che si trovano sul cd o dvd
    installale
    Fivendra - LTE Powered: @fivendra - Facebook

    Smartphone: Apple iPhone 6 Plus
    Tablet: Microsoft Surface Pro 3 Windows 10
    Piano Telefonico: TIM Tutto Compreso 1500 + 4G
    Piano Dati: ​TIM Internet 4G + Huawei 4G E589

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.