LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools
Old 07-19-2006, 10:35 AM   #1
windowlicker
LQ Newbie
 
Registered: Sep 2005
Location: Ireland
Distribution: debian sarge, ubuntu
Posts: 17
Thanked: 0
3com wireless usb adapter installation help


[Log in to get rid of this advertisement]
hi im trying to install the drivers for this usb wireless adapter but its not working.

i have linux drivers for it (3CRUSB10075), got them from the 3com site
http://www.3com.com/products/en_US/r...ku=3CRUSB10075

im using debian, my kernel is 2.6.16-2-k7-smp.


i edited the makefile as it was set to use a 2.4 kernel and i think it had the kernel source paths wrong. i changed them
from : /usr/src/linux-2.4
to : /usr/src/linux-source-2.6.16


can anyone tell me how to install these drivers, i dont think i know enough to get this working.

the last few lines of "make install" are

Code:
/home/computer/Desktop/3com/linux_3CRUSB10075_drv_1_2_0_0/src/zddebug.c:318: sorry, unimplemented: called from here
make[2]: *** [/home/computer/Desktop/3com/linux_3CRUSB10075_drv_1_2_0_0/src/zddebug.o] Error 1
make[1]: *** [_module_/home/computer/Desktop/3com/linux_3CRUSB10075_drv_1_2_0_0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.16-2-k7-smp'
make: *** [all] Error 2
thanks for your help
windowlicker is offline  
Tag This Post , ,
Reply With Quote
Old 07-19-2006, 10:41 AM   #2
windowlicker
LQ Newbie
 
Registered: Sep 2005
Location: Ireland
Distribution: debian sarge, ubuntu
Posts: 17
Thanked: 0

Original Poster
more stuff

i think zd1211 id the chipset type
dmesg says this at the end:
zd1211: version magic '2.6.16-2-k7-smp SMP K7 gcc-4.1' should be '2.6.16-2-k7-smp SMP K7 gcc-4.0'

i will try exporting the gcc version to 4.0
windowlicker is offline     Reply With Quote
Old 07-19-2006, 10:48 AM   #3
windowlicker
LQ Newbie
 
Registered: Sep 2005
Location: Ireland
Distribution: debian sarge, ubuntu
Posts: 17
Thanked: 0

Original Poster
i exported the gcc version, dmesg says nothing about it now, any ideas?

w1ndow:/home/computer# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 no wireless extensions.

eth2 no wireless extensions.

sit0 no wireless extensions.

w1ndow:/home/computer# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:15:F2:39:37:3B
inet addr:192.168.1.69 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::215:f2ff:fe39:373b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:39 errors:0 dropped:0 overruns:0 frame:0
TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14771 (14.4 KiB) TX bytes:16769 (16.3 KiB)
Interrupt:217

eth1 Link encap:Ethernet HWaddr 00:15:F2:39:18:5B
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:74 Base address:0x6000

eth2 Link encap:UNSPEC HWaddr 00-11-D8-00-00-76-8A-75-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
windowlicker is offline     Reply With Quote
Old 07-19-2006, 11:39 AM   #4
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,253
Thanked: 1
Getting Linux drivers from a vendor is generally an exercise in futility ... Get drivers for your card here, http://zd1211.ath.cx/

...and look around there for installation instructions as well.
rickh is offline     Reply With Quote
Old 07-19-2006, 12:09 PM   #5
windowlicker
LQ Newbie
 
Registered: Sep 2005
Location: Ireland
Distribution: debian sarge, ubuntu
Posts: 17
Thanked: 0

Original Poster
Thanks rickh,the make and make install seem to go ok but then i get this

w1ndow:/home/computer/Desktop/3com/zd1211-driver-r83# modprobe -v zd1211
insmod /lib/modules/2.6.16-2-k7-smp/net/zd1211.ko
FATAL: Error inserting zd1211 (/lib/modules/2.6.16-2-k7-smp/net/zd1211.ko): Invalid module format

i changed CC to gcc-4.0 in the makefile but dmesg says
zd1211: version magic '2.6.16-2-k7-smp SMP K7 gcc-4.1' should be '2.6.16-2-k7-smp SMP K7 gcc-4.0'
windowlicker is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
NETGEAR WG 121 USB Wireless adapter on Fedora Linux 2 Core Installation Newbietofedora Linux - Wireless Networking 0 12-28-2004 10:32 AM
3com usb wireless adapter trumpet_tom Linux - Wireless Networking 2 12-24-2004 11:14 AM
3com 3crshew696 wireless usb adapter randomtask Linux - Hardware 0 10-23-2004 12:55 AM
Help-a-noob: 3Com OfficeConnect Wireless 11g USB adapter mirandur Fedora 1 09-26-2004 09:15 PM


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

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration