also:
ich hab von
http://www.ralinktech.com/ralink/Home/Support/Linux.html
das hier genommen
RT2501PCI/mPCI/CB(RT61:RT2561/RT2561S/RT2661)
12/17/2007 1.1.2.0
und
Firmware RT2501(RT2561/RT2661)
03/23/2006 1.2
sabine@linux-o00u:~> cd local
sabine@linux-o00u:~/local> ls
2007_1210_RT61_Linux_STA_v1.1.2.0 RT61_Firmware_V1.2
sabine@linux-o00u:~/local> cd 2007_1210_RT61_Linux_STA_v1.1.2.0/
sabine@linux-o00u:~/local/2007_1210_RT61_Linux_STA_v1.1.2.0> ls
Module WPA_Supplicant
sabine@linux-o00u:~/local/2007_1210_RT61_Linux_STA_v1.1.2.0> cd Module/
sabine@linux-o00u:~/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module> ls
assoc.c Makefile.6 rt2561s.bin rtmp_tkip.c
auth.c Makefile.RTL865x rt2661.bin rtmp_type.h
auth_rsp.c mat.h rt2661.h rtmp_wep.c
config.mk md5.c rt61sta.dat rtmp_wext.c
Configure md5.h rt_config.h rtmp_wext.h
connect.c mlme.c rtmp_data.c sanity.c
eeprom.c mlme.h rtmp_def.h STA_iwpriv_ATE_usage.txt
ifcfg-ra0 Module.symvers rtmp.h sync.c
iwpriv_usage.txt oid.h rtmp_info.c unload
load README rtmp_init.c wpa.c
Makefile ReleaseNote rtmp_main.c wpa.h
Makefile.4 rt2561.bin rtmp_task.c
sabine@linux-o00u:~/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module> cp Makefile.6 Makefile
sabine@linux-o00u:~/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module> make all
make -C /lib/modules/2.6.22.17-0.1-debug/build SUBDIRS=/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module modules
make[1]: Entering directory `/usr/src/linux-2.6.22.17-0.1-obj/x86_64/debug'
make -C ../../../linux-2.6.22.17-0.1 O=../linux-2.6.22.17-0.1-obj/x86_64/debug modules
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘rt61_get_drvinfo’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:68: warning: unused variable ‘pAd’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘rt61_get_regs_len’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:87: warning: no return statement in function returning non-void
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘rt61_get_regs’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:94: warning: unused variable ‘counter’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:93: warning: unused variable ‘pAd’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘rt61_ethtool_get_link’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:110: warning: unused variable ‘pAd’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:120: warning: no return statement in function returning non-void
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘rt61_get_eeprom_len’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:129: warning: no return statement in function returning non-void
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘rt61_get_eeprom’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:136: warning: unused variable ‘counter’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:135: warning: unused variable ‘pAd’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:149: warning: no return statement in function returning non-void
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: At top level:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:159: warning: initialization from incompatible pointer type
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘RT61_open’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:437: warning: ‘deprecated_irq_flag’ is deprecated (declared at /usr/src/linux-2.6.22.17-0.1/include/linux/interrupt.h:66)
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:437: warning: passing argument 2 of ‘request_irq’ from incompatible pointer type
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c: In function ‘RT61_probe’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_main.c:336: warning: ‘device’ is used uninitialized in this function
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:516:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:688:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘STAMlmePeriodicExec’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:730: warning: unused variable ‘RxSignal’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘MlmeEnqueueForRecv’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:3212: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘size_t’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:3455:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘MsgTypeSubst’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:3429: warning: unused variable ‘Return’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘AsicSetRxAnt’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:5493: warning: ‘R77’ may be used uninitialized in this function
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘RadarDetectionStop’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:5931: warning: ‘R66’ may be used uninitialized in this function
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘AsicSendCommandToMcu’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:5399: warning: ‘i’ may be used uninitialized in this function
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘AsicAdjustTxPower’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:4362: warning: ‘BbpR1’ may be used uninitialized in this function
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c: In function ‘AsicSwitchChannel’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/mlme.c:3682: warning: ‘BbpReg’ may be used uninitialized in this function
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/connect.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/connect.c:325:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/connect.c: In function ‘LinkDown’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/connect.c:1085: warning: unused variable ‘CurTxRxCsr4’
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/sync.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:659:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:697:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:719:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:928:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:944:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:992:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:1008:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:1130:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/assoc.c:1141:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/auth.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/auth_rsp.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c: In function ‘REPORT_ETHERNET_FRAME_TO_LLC’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:69: warning: unused variable ‘pRxPkt’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c: In function ‘REPORT_ETHERNET_FRAME_TO_LLC_WITH_NON_COPY’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:114: warning: assignment makes integer from pointer without a cast
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:106: warning: unused variable ‘pRxPkt’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c: In function ‘REPORT_AGGREGATE_ETHERNET_FRAME_TO_LLC_WITH_NON_COPY’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:209: warning: assignment makes integer from pointer without a cast
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c: In function ‘RTMPHandleRxDoneInterrupt’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:646: warning: ISO C90 forbids mixed declarations and code
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:678: warning: ISO C90 forbids mixed declarations and code
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:1847:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:2365:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c: In function ‘RTMPHardTransmit’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:2127: warning: unused variable ‘pNextPacketBufVA’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:2126: warning: unused variable ‘NextPacketInfo’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:2126: warning: unused variable ‘PacketInfo’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:3727:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_data.c:3776:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_init.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_init.c:3797:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_init.c:3910:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_init.c: In function ‘RTMPReadParametersFromFile’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_init.c:3937: warning: unused variable ‘i’
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/sanity.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_wep.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:659:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:698: warning: return type defaults to ‘int’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c: In function ‘rt_ioctl_giwscan’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:921: warning: assignment from incompatible pointer type
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:923: warning: assignment from incompatible pointer type
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:929: warning: assignment from incompatible pointer type
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:875: warning: unused variable ‘i’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:867: warning: unused variable ‘pTmp’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:866: warning: unused variable ‘varie_cnt’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:865: warning: unused variable ‘essid’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:702: warning: unused variable ‘current_val’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c: In function ‘rt_ioctl_siwessid’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:1277: warning: unused variable ‘i’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c: In function ‘rt_ioctl_siwencode’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:1739: warning: unused variable ‘keyBuf’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c: In function ‘rt_ioctl_siwgenie’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:2241: warning: unused variable ‘len’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c: In function ‘rt_ioctl_giwgenie’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:2278: warning: unused variable ‘err’
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c: At top level:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:2457: warning: initialization from incompatible pointer type
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:2491:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:2539:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:3233:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:3408:5: warning: "WPA_SUPPLICANT_SUPPORT" is not defined
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c: In function ‘rt_ioctl_giwauth’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_info.c:1968: warning: control reaches end of non-void function
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/eeprom.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_tkip.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/wpa.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/wpa.c:2484:2: warning: no newline at end of file
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/md5.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_task.o
CC [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_wext.o
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_wext.c: In function ‘wext2Rtmp_Security_Wrapper’:
/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rtmp_wext.c:131: warning: ‘authMode’ may be used uninitialized in this function
LD [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rt61.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rt61.mod.o
LD [M] /home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module/rt61.ko
make[1]: Leaving directory `/usr/src/linux-2.6.22.17-0.1-obj/x86_64/debug'
sabine@linux-o00u:~/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module> make install
make -C /lib/modules/2.6.22.17-0.1-debug/build \
INSTALL_MOD_DIR=extra SUBDIRS=/home/sabine/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module \
modules_install
make[1]: Entering directory `/usr/src/linux-2.6.22.17-0.1-obj/x86_64/debug'
make -C ../../../linux-2.6.22.17-0.1 O=../linux-2.6.22.17-0.1-obj/x86_64/debug modules_install
mkdir: kann Verzeichnis „/lib/modules/2.6.22.17-0.1-debug/extra“ nicht anlegen: Keine Berechtigung
make[3]: *** [_emodinst_] Fehler 1
make[2]: *** [modules_install] Fehler 2
make[1]: *** [modules_install] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.22.17-0.1-obj/x86_64/debug'
make: *** [install] Fehler 2
sabine@linux-o00u:~/local/2007_1210_RT61_Linux_STA_v1.1.2.0/Module>
mich verwundert etwas das ganze zeug nach make all - ist das richtig dass das soviel ist?
ständig steht das debug - das hat aber nix damit zu tun dass ich im debug-modus hochgefahren bin ((s.o.)? oder ist das ein fehler?
eine hilfeseite zu lspci hats bei mir aber den befehl kennt er angeblich nicht:
sabine@linux-o00u:~> lspci -n
bash: lspci: command not found
sabine@linux-o00u:~> man lspci
Formatiere lspci(
neu, bitte warten...
sabine@linux-o00u:~> lspci
und zuletzt mein kernel ähm gibts da einen netten befehl um rauszufinden was genau man hat wenn mans nicht weiß so wie ich? ich dachte mal es ist ein 6er weil der pc ziemlich neu ist....