Instalacja iwlwifi - Intel 4965A

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
kn65op
Posty: 9
Rejestracja: 13 lutego 2009, 12:12

Instalacja iwlwifi - Intel 4965A

Post autor: kn65op »

Witam.
Mam kartę Intela 4965A, chcę zainstalować iwlwifi, ale mam problem.
Przy make wychodzi mi błąd.
Jądro mam 2.6.26
Tu jest cały make:
Script started on Fri 13 Feb 2009 12:10:06 CET
Tomasz-PC:/home/tomko/iwlwifi-1.2.25# make
make -C /lib/modules/2.6.26-1-amd64/source O=/lib/modules/2.6.26-1-amd64/build M=/home/tomko/iwlwifi-1.2.25/compatible/ EXTRA_CFLAGS="-DCONFIG_IWL3945_DEBUG=y -DCONFIG_IWL4965_DEBUG=y -DCONFIG_IWL3945_SPECTRUM_MEASUREMENT=y -DCONFIG_IWL4965_SPECTRUM_MEASUREMENT=y -DCONFIG_IWL4965_SENSITIVITY=y -DCONFIG_IWL3945_QOS=y -DCONFIG_IWL4965_QOS=y" modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.26-1-amd64'
CC [M] /home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.o
In file included from <command line>:1:
./include/linux/autoconf.h:677:1: warning: "CONFIG_IWL3945_SPECTRUM_MEASUREMENT" redefined
<command line>:1:1: warning: this is the location of the previous definition
./include/linux/autoconf.h:704:1: warning: "CONFIG_IWL4965_SPECTRUM_MEASUREMENT" redefined
<command line>:1:1: warning: this is the location of the previous definition
./include/linux/autoconf.h:1605:1: warning: "CONFIG_IWL4965_SENSITIVITY" redefined
<command line>:1:1: warning: this is the location of the previous definition
In file included from /home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:51:
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:443: error: expected specifier-qualifier-list before 'ieee80211_key_alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h: In function 'is_channel_a_band':
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:961: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:961: error: (Each undeclared identifier is reported only once
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:961: error: for each function it appears in.)
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h: In function 'is_channel_bg_band':
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:966: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:967: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_hw_mode':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:127: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:127: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:128: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:128: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_add_station':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:604: error: implicit declaration of function 'MAC_ARG'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:604: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:616: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_set_rxon_channel':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:978: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_commit_rxon':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1226: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_update_sta_key_info':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1465: error: 'struct iwl3945_hw_key' has no member named 'alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1466: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1467: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1467: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_set_flags_for_phymode':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2521: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_connection_init_rx_config':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2600: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2602: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_build_tx_cmd_hwcrypto':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2659: error: 'struct iwl3945_hw_key' has no member named 'alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2682: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2691: error: 'ALG_NONE' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2696: error: 'struct iwl3945_hw_key' has no member named 'alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_sta_id':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2804: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_tx_skb':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2852: error: invalid operands to binary &
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2885: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2968: warning: comparison is always true due to limited range of data type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_set_rate':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3066: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3067: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3068: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3069: error: 'IEEE80211_RATE_SUPPORTED' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3070: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3070: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3070: error: 'IEEE80211_RATE_BASIC' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3074: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3076: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3078: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3078: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_handle_data_packet_monitor':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3201: error: 'struct ieee80211_rx_status' has no member named 'rate'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_rx_reply_tx':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3581: warning: assignment makes pointer from integer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_bg_beacon_update':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3715: warning: passing argument 2 of 'ieee80211_beacon_get' makes pointer from integer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_print_rx_config_cmd':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:4579: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:4581: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_channel_info':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5162: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5169: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5170: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_init_channel_map':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5237: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5238: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_active_dwell_time':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5327: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_passive_dwell_time':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5336: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_channels_for_scan':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5371: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5376: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5377: error: 'const struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5388: error: 'const struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5398: error: 'const struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5398: error: 'IEEE80211_CHAN_W_ACTIVE_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5417: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_reset_channel_flag':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5445: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5445: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5446: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5447: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5447: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_init_hw_rates':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5457: error: 'struct ieee80211_rate' has no member named 'rate'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5458: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5459: error: 'struct ieee80211_rate' has no member named 'val2'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5460: error: 'IEEE80211_RATE_SUPPORTED' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5463: error: 'IEEE80211_RATE_OFDM' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5470: error: 'IEEE80211_RATE_CCK' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5470: error: 'IEEE80211_RATE_CCK_2' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5475: error: 'IEEE80211_RATE_BASIC' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_init_geos':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5503: error: invalid application of 'sizeof' to incomplete type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5529: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5529: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5529: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5530: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5530: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5531: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5531: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5532: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5532: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5533: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5533: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5535: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5535: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5535: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5536: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5536: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5537: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5537: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5538: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5538: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5539: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5539: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5541: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5541: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5541: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5542: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5542: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5543: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5543: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5544: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5544: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5545: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5545: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5567: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5567: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5570: error: 'struct ieee80211_channel' has no member named 'freq'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5571: error: 'struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5572: error: 'struct ieee80211_channel' has no member named 'power_level'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5573: error: 'struct ieee80211_channel' has no member named 'antenna_max'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5576: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5576: error: 'IEEE80211_CHAN_W_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5578: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5578: error: 'IEEE80211_CHAN_W_IBSS' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5581: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5581: error: 'IEEE80211_CHAN_W_ACTIVE_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5584: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5591: error: 'struct ieee80211_channel' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5591: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5594: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5594: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5614: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5614: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5615: error: implicit declaration of function 'ieee80211_register_hwmode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5615: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5615: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5616: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5616: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5617: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5617: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5618: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5618: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5619: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5619: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_bg_request_scan':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6762: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6768: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_bg_post_associate':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6869: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6934: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_tx':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7130: warning: format '%02x' expects type 'unsigned int', but argument 5 has type 'struct ieee80211_rate *'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_add_interface':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7146: error: 'struct ieee80211_if_init_conf' has no member named 'if_id'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7154: error: 'struct ieee80211_if_init_conf' has no member named 'if_id'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7161: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_config':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7189: warning: format '%d' expects type 'int', but argument 4 has type 'struct ieee80211_channel *'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7209: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7209: warning: passing argument 3 of 'iwl3945_get_channel_info' makes integer from pointer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7211: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7211: warning: format '%d' expects type 'int', but argument 4 has type 'struct ieee80211_channel *'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7219: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7219: warning: passing argument 3 of 'iwl3945_set_rxon_channel' makes integer from pointer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7221: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7232: warning: passing argument 2 of 'iwl3945_hw_channel_switch' makes integer from pointer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_config_interface':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7347: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7351: error: 'IEEE80211_HW_NO_PROBE_FILTERING' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7367: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_remove_interface':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7444: error: 'struct ieee80211_if_init_conf' has no member named 'if_id'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: At top level:
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7512: error: expected declaration specifiers or '...' before 'set_key_cmd'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_set_key':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7528: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7537: error: 'cmd' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_conf_tx':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7600: error: 'const struct ieee80211_tx_queue_params' has no member named 'burst_time'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'show_channels':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8256: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8258: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8260: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8261: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8271: error: 'struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8272: error: 'struct ieee80211_channel' has no member named 'power_level'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8274: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8276: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8276: error: 'IEEE80211_CHAN_W_IBSS' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8278: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8282: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8282: error: 'IEEE80211_CHAN_W_ACTIVE_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8285: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8287: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8288: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8299: error: 'struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8300: error: 'struct ieee80211_channel' has no member named 'power_level'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8302: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8304: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8306: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8310: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: At top level:
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8510: error: unknown field 'open' specified in initializer
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8511: warning: initialization from incompatible pointer type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8515: warning: initialization from incompatible pointer type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8516: warning: initialization from incompatible pointer type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_pci_probe':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8585: error: 'IEEE80211_HW_WEP_INCLUDE_IV' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8697: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8734: warning: too few arguments for format
make[3]: *** [/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.o] Error 1
make[2]: *** [_module_/home/tomko/iwlwifi-1.2.25/compatible] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.26-1-amd64'
make: *** [modules] Error 2
Tomasz-PC:/home/tomko/iwlwifi-1.2.25# exit

Script done on Fri 13 Feb 2009 12:10:10 CET
edit: wydaje mi się, że było 4965
sidjestgit
Beginner
Posty: 181
Rejestracja: 06 grudnia 2008, 17:55

Post autor: sidjestgit »

A z paczki DEB nie możesz zainstalować?
kn65op
Posty: 9
Rejestracja: 13 lutego 2009, 12:12

Post autor: kn65op »

firmaware-iwlwifi zainstalowałem i nie wykrywa dalej karty.
Chyba, że trzeba coś jeszcze zrobić?
sidjestgit
Beginner
Posty: 181
Rejestracja: 06 grudnia 2008, 17:55

Post autor: sidjestgit »

Nie znalazlem takiej karty (4952A)
Moze to jest Intel PRO/Wireless 4965?

http://wiki.debian.org/WiFi
http://wiki.debian.org/iwlwifi
kn65op
Posty: 9
Rejestracja: 13 lutego 2009, 12:12

Post autor: kn65op »

Zrobiłem jak to było na http://wiki.debian.org/iwlwifi
uruchomiłem iwl4965 (modprobe iwl4965, bo nie uruchomił się automatycznie), ale dalej nie widać karty w systemie.
sidjestgit
Beginner
Posty: 181
Rejestracja: 06 grudnia 2008, 17:55

Post autor: sidjestgit »

Moze wklej wynik polecenia:

Kod: Zaznacz cały

lspci
bo jak dotąd to 100% pewnosci nie mamy jaka karta tam na serio siedzi.

Edit:
Oraz wyniki polecen:

Kod: Zaznacz cały

uname -r
ifconfig
iwconfig
iwlist wlan0 scan
kn65op
Posty: 9
Rejestracja: 13 lutego 2009, 12:12

Post autor: kn65op »

Przepraszam, ale myślałem, że mam Intela.
Teraz się dowiedziałem, że wtedy nie było tego Intela i mam co innego (nie kupowałem osobiście).

Więc mam Broadcom BCM4328 i znalazłem w sieci, że nie ma do niej sterowników jak do innych z Broadcoma. Próbowałem zrobić jak to tu napisali http://debian.linux.pl/viewtopic.php?t=7814 ale nic z tego nie wyszło.
Script started on Fri 13 Feb 2009 19:13:02 CET
Tomasz-PC:/home/tomko# uname -r
2.6.26-1-amd64
Tomasz-PC:/home/tomko# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

Tomasz-PC:/home/tomko# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1e:ec:57:0c:f4
inet addr:192.168.1.246 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21e:ecff:fe57:cf4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:51431 errors:0 dropped:16455188305 overruns:0 frame:0
TX packets:35548 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:71035698 (67.7 MiB) TX bytes:3632246 (3.4 MiB)
Interrupt:248 Base address:0x6000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1944 (1.8 KiB) TX bytes:1944 (1.8 KiB)

Tomasz-PC:/home/tomko# wili iwlist wlan0 scan
wlan0 Interface doesn't support scanning.

Tomasz-PC:/home/tomko# lspca i | grep Bro
0e:00.0 Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 03)
Tomasz-PC:/home/tomko# exit

Script done on Fri 13 Feb 2009 19:14:20 CET
Awatar użytkownika
grucha
Beginner
Posty: 345
Rejestracja: 29 września 2007, 01:04
Lokalizacja: Rzeszów / Kraków

Post autor: grucha »

Trochę poszperałem na ten temat. Znalazłem coś takiego:
http://ubuntuforums.org/showthread.php?t=185174

W Debianie jest ten pakiet pod nazwą: "b43-fwcutter".
ODPOWIEDZ