LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-29-2005, 10:40 AM   #1
acidblue
Member
 
Registered: Apr 2003
Posts: 152

Rep: Reputation: 15
SMC wireless card headaches


SMC 2635w w/adm8211 chipset.
I downloaded the driver from aluminum.sourmilk website and tried to compile.
But FC4 gives me a like 2 pages of error's.
After 'make' I get this:


make -C /lib/modules/2.6.11-1.1369_FC4/build M=/home/sunking/adm8211 modules
make[1]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
CC [M] /home/sunking/adm8211/adm8211_hw.o
/home/sunking/adm8211/adm8211_hw.c:44:27: error: net/ieee80211.h: No such file o r directory
In file included from /home/sunking/adm8211/adm8211.h:4,
from /home/sunking/adm8211/adm8211_hw.c:51:
/home/sunking/adm8211/ieee80211_sta.h:151: error: field ‘scan_param’ has incompl ete type
/home/sunking/adm8211/ieee80211_sta.h:175: warning: ‘struct ieee80211_rx_stats’ declared inside parameter list
/home/sunking/adm8211/ieee80211_sta.h:175: warning: its scope is only this defin ition or declaration, which is probably not what you want
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_eeprom_read_word’:
/home/sunking/adm8211/adm8211_hw.c:166: warning: implicit declaration of functio n ‘ieee80211_priv’
/home/sunking/adm8211/adm8211_hw.c:166: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_read_eeprom’:
/home/sunking/adm8211/adm8211_hw.c:207: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_write_sram’:
/home/sunking/adm8211/adm8211_hw.c:332: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_write_sram_bytes’:
/home/sunking/adm8211/adm8211_hw.c:348: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_clear_sram’:
/home/sunking/adm8211/adm8211_hw.c:370: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_get_stats’:
/home/sunking/adm8211/adm8211_hw.c:383: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:384: warning: control reaches end of non-void function
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_rx_mode’:
/home/sunking/adm8211/adm8211_hw.c:388: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_mac_address’:
/home/sunking/adm8211/adm8211_hw.c:427: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_rx_skb’:
/home/sunking/adm8211/adm8211_hw.c:450: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c:456: error: storage size of ‘rx_status’ isn’t known
/home/sunking/adm8211/adm8211_hw.c:482: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:484: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:510: error: ‘WLAN_CAPABILITY_SHORT_PREAMBLE’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:510: error: (Each undeclared identifier is re ported only once
/home/sunking/adm8211/adm8211_hw.c:510: error: for each function it appears in.)
/home/sunking/adm8211/adm8211_hw.c:517: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:518: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:528: warning: implicit declaration of functio n ‘WLAN_FC_GET_TYPE’
/home/sunking/adm8211/adm8211_hw.c:528: error: ‘IEEE80211_FTYPE_CTL’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:533: error: ‘IEEE80211_24GHZ_BAND’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:538: error: ‘IEEE80211_FCS_LEN’ undeclared (f irst use in this function)
/home/sunking/adm8211/adm8211_hw.c:541: error: ‘IEEE80211_FTYPE_MGMT’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:544: error: ‘IEEE80211_FTYPE_DATA’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:546: warning: implicit declaration of functio n ‘ieee80211_rx’
/home/sunking/adm8211/adm8211_hw.c:456: warning: unused variable ‘rx_status’
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_rx_tasklet’:
/home/sunking/adm8211/adm8211_hw.c:560: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_interrupt_tci’:
/home/sunking/adm8211/adm8211_hw.c:570: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c:590: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:593: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_interrupt_rci’:
/home/sunking/adm8211/adm8211_hw.c:618: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c:667: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:674: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:710: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c:747: error: dereferencing pointer to incomple te type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_interrupt’:
/home/sunking/adm8211/adm8211_hw.c:757: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_rf_write_syn_max2820’:
/home/sunking/adm8211/adm8211_hw.c:877: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_rf_write_syn_al2210l’:
/home/sunking/adm8211/adm8211_hw.c:882: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_rf_write_syn_rfmd2958’:
/home/sunking/adm8211/adm8211_hw.c:887: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_rf_write_syn_rfmd2948’:
/home/sunking/adm8211/adm8211_hw.c:892: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_write_bbp’:
/home/sunking/adm8211/adm8211_hw.c:897: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_rf_set_channel’:
/home/sunking/adm8211/adm8211_hw.c:964: warning: initialization makes pointer fr om integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_write_wepkey’:
/home/sunking/adm8211/adm8211_hw.c:1093: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_write_weptable’:
/home/sunking/adm8211/adm8211_hw.c:1136: error: ‘WEP_KEYS’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:1137: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1138: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1140: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1140: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_update_wep’:
/home/sunking/adm8211/adm8211_hw.c:1149: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c:1156: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1159: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1165: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1171: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: At top level:
/home/sunking/adm8211/adm8211_hw.c:1180: warning: ‘struct ieee80211_security’ de clared inside parameter list
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_security’:
/home/sunking/adm8211/adm8211_hw.c:1182: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c:1184: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1184: error: ‘SEC_ACTIVE_KEY’ undeclared (fir st use in this function)
/home/sunking/adm8211/adm8211_hw.c:1188: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1188: error: ‘SEC_LEVEL_1’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:1188: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1189: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1192: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1192: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1194: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1197: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1199: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1202: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_update_mode’:
/home/sunking/adm8211/adm8211_hw.c:1211: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c:1218: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_hw_init_syn’:
/home/sunking/adm8211/adm8211_hw.c:1246: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_hw_init_bbp’:
/home/sunking/adm8211/adm8211_hw.c:1304: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_beacon’:
/home/sunking/adm8211/adm8211_hw.c:1514: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c:1520: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1523: error: ‘IEEE80211_FCS_LEN’ undeclared ( first use in this function)
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_rate’:
/home/sunking/adm8211/adm8211_hw.c:1572: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_update_powersave’:
/home/sunking/adm8211/adm8211_hw.c:1615: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_hw_init’:
/home/sunking/adm8211/adm8211_hw.c:1630: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_hw_reset’:
/home/sunking/adm8211/adm8211_hw.c:1751: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_get_tsft’:
/home/sunking/adm8211/adm8211_hw.c:1797: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_interval’:
/home/sunking/adm8211/adm8211_hw.c:1811: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_bssid’:
/home/sunking/adm8211/adm8211_hw.c:1830: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_set_ssid’:
/home/sunking/adm8211/adm8211_hw.c:1845: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_scan’:
/home/sunking/adm8211/adm8211_hw.c:1862: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_associate’:
/home/sunking/adm8211/adm8211_hw.c:1871: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_setup_ibss’:
/home/sunking/adm8211/adm8211_hw.c:1883: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c:1897: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1897: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_link_change’:
/home/sunking/adm8211/adm8211_hw.c:1916: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c:1930: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1932: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:1932: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_init_rings’:
/home/sunking/adm8211/adm8211_hw.c:1941: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_free_rings’:
/home/sunking/adm8211/adm8211_hw.c:1992: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_open’:
/home/sunking/adm8211/adm8211_hw.c:2022: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_stop’:
/home/sunking/adm8211/adm8211_hw.c:2068: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_timer’:
/home/sunking/adm8211/adm8211_hw.c:2092: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_calc_durations’:
/home/sunking/adm8211/adm8211_hw.c:2131: error: ‘IEEE80211_3ADDR_LEN’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_tx_raw’:
/home/sunking/adm8211/adm8211_hw.c:2167: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_tx’:
/home/sunking/adm8211/adm8211_hw.c:2224: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c:2235: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2235: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2238: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2239: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2239: error: ‘IEEE80211_ASSOCIATED’ undeclare d (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2239: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2239: error: ‘WLAN_CAPABILITY_SHORT_PREAMBLE’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2244: error: ‘IEEE80211_FTYPE_MGMT’ undeclare d (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2245: error: ‘IEEE80211_FCTL_PROTECTED’ undec lared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2245: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2245: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2251: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2253: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2254: error: ‘ETH_P_PAE’ undeclared (first us e in this function)
/home/sunking/adm8211/adm8211_hw.c:2254: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2279: error: ‘IEEE80211_3ADDR_LEN’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2279: error: ‘IEEE80211_FCS_LEN’ undeclared ( first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2283: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2284: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2286: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2289: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2294: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2296: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2300: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: At top level:
/home/sunking/adm8211/adm8211_hw.c:2341: warning: ‘struct ieee80211_txb’ declare d inside parameter list
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_hard_start_xmit’:
/home/sunking/adm8211/adm8211_hw.c:2355: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2361: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2363: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2364: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2364: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2366: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2366: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2368: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2370: warning: implicit declaration of functi on ‘ieee80211_get_hdrlen’
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2372: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2374: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_alloc_rings’:
/home/sunking/adm8211/adm8211_hw.c:2390: warning: initialization makes pointer f rom integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_probe’:
/home/sunking/adm8211/adm8211_hw.c:2475: warning: implicit declaration of functi on ‘alloc_ieee80211’
/home/sunking/adm8211/adm8211_hw.c:2475: warning: assignment makes pointer from integer without a cast
/home/sunking/adm8211/adm8211_hw.c:2482: warning: assignment makes pointer from integer without a cast
/home/sunking/adm8211/adm8211_hw.c:2546: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2546: error: ‘IEEE80211_3ADDR_LEN’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2547: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2549: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2549: error: ‘IEEE_B’ undeclared (first use i n this function)
/home/sunking/adm8211/adm8211_hw.c:2550: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2550: error: ‘IEEE80211_CCK_MODULATION’ undec lared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2551: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2551: error: ‘IEEE80211_24GHZ_BAND’ undeclare d (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2553: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2554: error: dereferencing pointer to incompl ete type
/home/sunking/adm8211/adm8211_hw.c:2566: error: ‘WLAN_CAPABILITY_SHORT_PREAMBLE’ undeclared (first use in this function)
/home/sunking/adm8211/adm8211_hw.c:2599: error: syntax error before ‘MAC_FMT’
/home/sunking/adm8211/adm8211_hw.c:2616: warning: implicit declaration of functi on ‘free_ieee80211’
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_remove’:
/home/sunking/adm8211/adm8211_hw.c:2637: warning: assignment makes pointer from integer without a cast
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_suspend’:
/home/sunking/adm8211/adm8211_hw.c:2663: warning: ignoring return value of ‘pci_ set_power_state’, declared with attribute warn_unused_result
/home/sunking/adm8211/adm8211_hw.c: In function ‘adm8211_resume’:
/home/sunking/adm8211/adm8211_hw.c:2670: warning: ignoring return value of ‘pci_ set_power_state’, declared with attribute warn_unused_result
make[2]: *** [/home/sunking/adm8211/adm8211_hw.o] Error 1
make[1]: *** [_module_/home/sunking/adm8211] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
make: *** [modules] Error 2

Holy shiznit!
Thats a boatload of error's
The first couple of lines indicate i'm missing a file.
Can anyone help??
 
Old 12-29-2005, 11:44 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Use ndiswrapper-1.7 for your wireless device, from;

http://ndiswrapper.sourceforge.net/m...index.php/List

9 Card: [SMC] 2635W v1

* Chipset: ADMtek ADM8211 802.11b pccid: 1317:8201
* Driver: http://www.infineon.com//upload/Docu...river_1.79.zip
 
Old 12-30-2005, 02:42 PM   #3
acidblue
Member
 
Registered: Apr 2003
Posts: 152

Original Poster
Rep: Reputation: 15
I installed ndiswrapper with no compile error's.
also the win driver with no error's, but still
this card dosn't work.
When I reboot I get 'ndiswrapper device wlan0 does not seem to be
present', during network detection.
iwconfig gives me 'no wireless extensions'

I give up!! i treid for over 2 weeks to get this card
to work.
I'm just going to buy one that works out of the box.
Been checking out the Netgear wg511t, it's got a 9.0
rating in the HCL.
This SMC card is just crap.

Last edited by acidblue; 12-30-2005 at 04:31 PM.
 
Old 12-30-2005, 10:50 PM   #4
imdeemvp
LQ Newbie
 
Registered: Sep 2004
Location: California
Distribution: Fedora Core
Posts: 22

Rep: Reputation: 15
Do you know which chipset your card uses? If not, run /sbin/lspci and post it but it you know that ndiswrapper is what you need follow this simple how to: http://fedoranews.org/mediawiki/inde...ng_Ndiswrapper
 
Old 12-31-2005, 12:16 AM   #5
acidblue
Member
 
Registered: Apr 2003
Posts: 152

Original Poster
Rep: Reputation: 15
It uses the adm8211 chipset.
Yes I followed that exactly.
The driver loads fine.
ndiswrapper -l: I get 'driver present'.
But I don't get 'hardware present'
When I do a reboot I get:
'ndiswrapper device wlan0 doesn't seem to be present'
During the network detection.
It's like FC4 dosen't power up the card.
 
Old 12-31-2005, 06:25 AM   #6
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Could be the driver you used, did you use the Windows driver that came with your device or the one from the link already provided? It is recommend that you use the Windows driver from the known working ndiswrapper list (see the link already provided) and not the one that came with your device.

Do you maybe also have a Linux module also loading?
cat /proc/modules | grep 8211

Is the device known by the system and is the pccid 1317:8201 ?
/sbin/lsusb

The supplied FC4 kernels seem to be a problem with usb ethernet devices (don't know why) and vanilla kernels from kernel.org seem to work well.

Last edited by Lenard; 12-31-2005 at 06:37 AM.
 
Old 12-31-2005, 03:02 PM   #7
acidblue
Member
 
Registered: Apr 2003
Posts: 152

Original Poster
Rep: Reputation: 15
I used the link provided to downlaod the driver.
it's a pcmica card not usb.
Havn't done a cat /proc/modules | grep 8211.
but will as soon as I swap in my linux HD.
Im on a thinpad 600x.
 
Old 12-31-2005, 04:27 PM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
I am so very sorry, I was based my answers on the usb version....

You need to locate and install the drivers for ndiswrapper, SMC should have the driver available in the downloads section. The file your looking for is AJ\DR_SMC2635W_DRUT10203.zip and the driver .inf files are;

13745 Sep 29 2003 Net2635w.inf
96000 Sep 29 2003 SMC2635W.sys

http://www.smc.com/index.cfm?event=d...oadType=1&os=5
 
Old 01-01-2006, 01:37 PM   #9
acidblue
Member
 
Registered: Apr 2003
Posts: 152

Original Poster
Rep: Reputation: 15
Holy shiznet!!!!!!!!!
I've been using the wrong driver!!
It's not the adm8211, it's the rt2400.
Using ndiswrapper it's works fine.
Found a linux driver at sourceforge, gonna try that.
Do i have to unistall ndiswrapper??
I know I can remove the driver>> I think it's
'ndiswrapper -e Drivername.'
But do I have to completely remove ndiswrapper?
Oh yeah and stop the module from starting at boot too.
 
Old 01-01-2006, 02:56 PM   #10
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
OK, hey we all make mistakes!!

No you don't have to uninstall/remove ndiswrapper, just remove the /etc/modprobe.d/ndiswrapper file and you can un-load the module by typing (as root); modprobe -r ndiswrapper
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SMC wireless card Help Jaedi Linux - Wireless Networking 1 09-01-2004 11:03 PM
SMC wireless card compatibility? cucolin@ Red Hat 0 06-14-2004 10:53 PM
Cant get SMC wireless card recognized on MDK 9.1 eroica Linux - Wireless Networking 4 12-20-2003 09:31 AM
smc wireless card not recognized quark Linux - Newbie 1 08-23-2003 06:52 AM
Wireless Card - SMC 2602 jpohara Linux - Wireless Networking 2 05-07-2002 05:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration