LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-26-2003, 10:42 PM   #1
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Rep: Reputation: 40
Angry ADM8211 make problem


Hello,

I got SMC2635W wireless card. Seems like it is using subj driver.

I got ADM8211_src_105.tar.gz and made a link linux-2.4 to /usr/src/redhat/SOURCES/
I changed make file :
CC = gcc
#FLAG = -D__KERNEL__ -DMODULE -Wall -Wstrict-prototypes -O2 -I/usr/src/linux-2.4/include -fom
it-frame-pointer -fno-strict-aliasing -Wno-trigraphs -fno-common -pipe -mpreferred-stack-boun
dary=2 -march=i386
FLAG = -D__KERNEL__ -DMODULE -Wall -Wstrict-prototypes -O2 -I/usr/src/linux-2.4 -fomit-frame-
pointer -fno-strict-aliasing -Wno-trigraphs -fno-common -pipe -mpreferred-stack-boundary=2 -m
arch=i386

when i 'm running make all I can see :

[root@HomeServer ADM8211]# make
gcc -D__KERNEL__ -DMODULE -Wall -Wstrict-prototypes -O2 -I/usr/src/linux-2.4 -fomit-frame-pointer -fno-strict-aliasing -Wno-trigraphs -fno-common -pipe -mpreferred-stack-boundary=2 -march=i386 -c adm8211.c
In file included from adm8211.c:6:
/usr/include/linux/string.h:8:2: warning: #warning Using kernel header in userland!
In file included from adm8211.c:7:
/usr/include/linux/timer.h:45: parse error before "spinlock_t"
/usr/include/linux/timer.h:53: parse error before '}' token
/usr/include/linux/timer.h:67: parse error before "tvec_base_t"
/usr/include/linux/timer.h:101: parse error before "tvec_bases"
/usr/include/linux/timer.h: In function `init_timer':
/usr/include/linux/timer.h:105: dereferencing pointer to incomplete type
/usr/include/linux/timer.h:105: dereferencing pointer to incomplete type
/usr/include/linux/timer.h:106: dereferencing pointer to incomplete type
....
....
...
adm8211.c: In function `LM_CheckDxferState':
adm8211.c:2111: dereferencing pointer to incomplete type
adm8211.c:2112: dereferencing pointer to incomplete type
/usr/include/linux/mii.h: At top level:
adm8211.c:143: storage size of `LM_timer_list' isn't known
adm8211.c:1782: storage size of `adm8211_driver' isn't known
{standard input}: Assembler messages:
{standard input}:44: Error: symbol `__devinitdata' is already defined
make: *** [adm8211.o] Error 1
[root@HomeServer ADM8211]#

any ideas :< ?

please advise

forgot to add:
uname -a
Linux HomeServer 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux

Last edited by DBabo; 07-26-2003 at 10:45 PM.
 
Old 07-28-2003, 10:44 PM   #2
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Original Poster
Rep: Reputation: 40
Talking

UPDATE:

I guess i have to drink less. I had to install a source code in normal, not "my own" way.

compilation went without problems.

 
Old 08-22-2003, 04:55 PM   #3
cowfish
LQ Newbie
 
Registered: Aug 2003
Posts: 1

Rep: Reputation: 0
driver for smc2635w

would you please please please please email me the driver for the smc2635w for linux. I know next to nothing about linux so any aditional info (such as how to install this would be great).

btw, i am attempting to install redhat 7.3 on an old laptop. This laptop, however does not have a cdrom so right now, im screwed to the wall. i do have access to computers in my network that do have cd-roms. Of course, i will have to also find a driver for the network card i have which is actually a xircom pocket ethernet adapter III. Anyway, please atleast send me the driver.
 
Old 09-05-2003, 02:02 PM   #4
dekm
LQ Newbie
 
Registered: May 2003
Location: jacksonville, Fl, USA
Distribution: unbuntu 5
Posts: 25

Rep: Reputation: 15
i have the same problem

i have the smc2602w v2 which has the same adm8211 chip. only driver they have made for it is for redhat7 and redhat8. i've searched high and low for a driver with no such luck. i did find this guy who had compiled a working driver for manrake9 (http://www.houseofcraig.net/8211-2.4.19-16mdk.tar.gz) but it's not working for me. Has anyone else been able to get a card with this chip to run?

thanks in advance
 
Old 09-29-2003, 10:58 AM   #5
ntuus
LQ Newbie
 
Registered: Sep 2003
Distribution: suse 7.1
Posts: 2

Rep: Reputation: 0
Unhappy ADM 8211 make problems

Hello

I recently bought a SMC 2635w wireless pcmcia card. I had read that a lot of people have gotten this card to work under several different linux distributions. Unfortunately I have not. Im very new to linux and dont know the first thing about linking the make file to my kernel sources. Thus i cant even get the driver to compile. Help !

I use SuSE 7.1 and I run the kernel that came with the distribution.

Any help would be inmensly appreviated. Thanx for your time.
 
Old 09-30-2003, 04:29 PM   #6
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Original Poster
Rep: Reputation: 40
update

update

Last edited by DBabo; 09-30-2003 at 04:32 PM.
 
Old 09-30-2003, 04:31 PM   #7
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Original Poster
Rep: Reputation: 40
update

I guess my last post confused people.
Compilation went without problems - but damn thing is not working.....
 
Old 10-12-2003, 10:49 PM   #8
HaleyWhaley
LQ Newbie
 
Registered: Oct 2003
Location: Austin
Distribution: Mandrake 9.1
Posts: 2

Rep: Reputation: 0
Re: update

Quote:
Originally posted by DBabo
I guess my last post confused people.
Compilation went without problems - but damn thing is not working.....
Hey...I use the TrendNet Wlan card, and got it to work just fine under Linux 8.0 (uses ADM8211 chip also). But, I wanted a dual boot system, and Mandrake 9.1 was more accomodating in this respect. BUT VERY PAINFUL to get this Wlan working.

I found this info, and I think it is the KEY to getting this to work...I really have no idea about "makefiles" "source" etc...but maybe one of you can put this info to good use. Hope it helps.
Carlos
 
Old 10-12-2003, 10:50 PM   #9
HaleyWhaley
LQ Newbie
 
Registered: Oct 2003
Location: Austin
Distribution: Mandrake 9.1
Posts: 2

Rep: Reputation: 0
...oops here's the info link!

http://www.twuug.org/lists/twuug/2003-04/msg00277.html
 
  


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
adm8211 installed but nothing happens? mepasha Linux - Wireless Networking 3 04-14-2005 01:41 AM
Interesting ADM8211 problem on Redhat 8 johnemil Linux - Wireless Networking 0 08-28-2004 09:28 PM
adm8211 problems (again) impic Linux - Wireless Networking 2 03-20-2004 05:25 PM
ADM8211 Help, Please!!! MrSmee Linux - Networking 4 10-12-2003 05:25 PM
make dep,make clean,make bzImage problem Babba Linux - Newbie 2 01-08-2003 03:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:20 PM.

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