Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ 1 [2] >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Need help with SMC 2632W v2 configuation, Wireless card to support WEP?< Next Oldest | Next Newest >
cbagger01 Offline





Group: Members
Posts: 4264
Joined: Oct. 2003
Posted: Dec. 19 2005,23:02 QUOTE

I was kinda hoping that if the lights came on that a driver was loaded, but it does not look to be true.

I guess you could try the hard drive install, then download kernel headers and development extensions (gcc1.dsl etc) and then try and compile the driver yourself like that other guy did.
Back to top
Profile PM 
roberts Offline





Group: Members
Posts: 4983
Joined: Oct. 2003
Posted: Dec. 20 2005,19:07 QUOTE

If you would post the output of
lspci | grep Ethernet

and then the output of
lspci -vn

It could very well be easy to use ndiswrapper to make this card work. Won't know until we get more info.
Back to top
Profile PM WEB 
rothmail Offline





Group: Members
Posts: 25
Joined: Dec. 2005
Posted: Dec. 20 2005,22:30 QUOTE

Quote (roberts @ Dec. 20 2005,14:07)
If you would post the output of
lspci | grep Ethernet

and then the output of
lspci -vn

It could very well be easy to use ndiswrapper to make this card work. Won't know until we get more info.

Here is the first output requested, but no Ethernet string is present:
0000:00:00.0 Host bridge: ALi Corporation M1541 (rev 04)
0000:00:01.0 PCI bridge: ALi Corporation M1541 PCI to AGP Controller (rev 04)
0000:00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV] (rev 0a)
0000:00:09.0 Multimedia audio controller: ESS Technology ES1969 Solo-1 Audiodrive (rev 02)
0000:00:0a.0 CardBus bridge: Texas Instruments PCI1211
0000:00:0f.0 Communication controller: Lucent Microelectronics 56k WinModem (rev 01)
0000:00:10.0 IDE interface: ALi Corporation M5229 IDE (rev 20)
0000:00:11.0 Bridge: ALi Corporation M7101 PMU (rev 09)
0000:00:14.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage LT Pro AGP-133 (rev dc)

Here is the second with the -vn option:

0000:00:00.0 0600: 10b9:1541 (rev 04)
Subsystem: 10b9:1541
Flags: bus master, slow devsel, latency 32
Memory at e0000000 (32-bit, non-prefetchable) [size=64M]
Capabilities: <available only to root>

0000:00:01.0 0604: 10b9:5243 (rev 04)
Flags: bus master, slow devsel, latency 99
Bus: primary=00, secondary=01, subordinate=01, sec-latency=99
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: fd000000-fecfffff

0000:00:07.0 0601: 10b9:1533 (rev 0a)
Subsystem: 10b9:1533
Flags: bus master, medium devsel, latency 0

0000:00:09.0 0401: 125d:1969 (rev 02)
Subsystem: 125d:8898
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at fcc0 [size=64]
I/O ports at fca0 [size=16]
I/O ports at fcb0 [size=16]
I/O ports at fc88 [size=4]
I/O ports at fc8c [size=4]
Capabilities: <available only to root>

0000:00:0a.0 0607: 104c:ac1e
Subsystem: 0e11:b103
Flags: bus master, medium devsel, latency 168, IRQ 10
Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
Memory window 0: 10400000-107ff000 (prefetchable)
Memory window 1: 10800000-10bff000
I/O window 0: 00004000-000040ff
I/O window 1: 00004400-000044ff
16-bit legacy interface ports at 0001

0000:00:0f.0 0780: 11c1:0441 (rev 01)
Subsystem: 144f:0441
Flags: medium devsel, IRQ 10
Memory at fedffc00 (32-bit, non-prefetchable) [size=256]
I/O ports at fc78 [size=8]
I/O ports at f800 [size=256]
Capabilities: <available only to root>

0000:00:10.0 0101: 10b9:5229 (rev 20) (prog-if fa)
Subsystem: 10b9:5229
Flags: bus master, medium devsel, latency 0
I/O ports at fc90 [size=16]

0000:00:11.0 0680: 10b9:7101 (rev 09)
Subsystem: 10b9:1533
Flags: medium devsel

0000:00:14.0 0c03: 10b9:5237 (rev 03) (prog-if 10)
Subsystem: 10b9:5237
Flags: bus master, medium devsel, latency 64, IRQ 5
Memory at fedfe000 (32-bit, non-prefetchable) [size=4K]

0000:01:00.0 0300: 1002:4c42 (rev dc)
Subsystem: 0e11:b11b
Flags: bus master, stepping, medium devsel, latency 66, IRQ 9
Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
I/O ports at e800 [size=256]
Memory at fecff000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at <unassigned> [disabled] [size=128K]
Capabilities: <available only to root>

I tried using ndiswrapper on the .INF that is used for Windows 98 provided on the CD-ROM from SMC for this card, and it says its an invalid driver.
Back to top
Profile PM 
cbagger01 Offline





Group: Members
Posts: 4264
Joined: Oct. 2003
Posted: Dec. 21 2005,05:04 QUOTE

How about:

sudo cardctrl ident
Back to top
Profile PM 
rothmail Offline





Group: Members
Posts: 25
Joined: Dec. 2005
Posted: Dec. 21 2005,06:05 QUOTE

Quote (cbagger01 @ Dec. 21 2005,00:04)
How about:

sudo cardctrl ident

sudo cardctl ident
output is:
Socket 0:
 product info: "SMC", "2632W-V2"
 manfid: 0x01bf, 0xb301
 function: 6 (network)
Back to top
Profile PM 
9 replies since Dec. 17 2005,20:05 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ 1 [2] >/
reply to topic new topic new poll
Quick Reply: Need help with SMC 2632W v2 configuation

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code