Hello,

I am running 5.2-RELASE on a Celeron/366.

After I installed the Edimax WLAN 22Mbps PCI Card (which says
'Model Name: GL2422VP'). I experience the following problem:

running `pciconf -lv` says

...
[EMAIL PROTECTED]:11:0:class=0x028000 card=0x850116ab chip=0x8400104c rev=0x00 hdr=0x00
    vendor   = 'Texas Instruments (TI)'
    device   = '802.11b+ 22Mbps Wireless Adapter'
    class    = network
...

and no interface is created for the device. My KERNCONF
contains wlan, wi, awi, an, and wl.

See the attached KERNCONF, dmesg and pciconf.
        
What does it mean for the card to be 'recognized' by pciconf,
yet not being attached a driver? Did somebody get the card running?

        Thank you

                Jan

[EMAIL PROTECTED]:0:0:  class=0x060000 card=0x00000000 chip=0x06911106 rev=0x22 
hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82C691/693A/694X Apollo Pro/133/133A System Controller'
    class    = bridge
    subclass = HOST-PCI
[EMAIL PROTECTED]:1:0:  class=0x060400 card=0x00000000 chip=0x85981106 rev=0x00 
hdr=0x01
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82C598MVP/694x Apollo MVP3/Pro133x PCI to AGP Bridge'
    class    = bridge
    subclass = PCI-PCI
[EMAIL PROTECTED]:7:0:  class=0x060100 card=0x00001106 chip=0x05961106 rev=0x09 
hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82C596/A/B "Mobile South" PCI to ISA Bridge'
    class    = bridge
    subclass = PCI-ISA
[EMAIL PROTECTED]:7:1:  class=0x01018a card=0x00000000 chip=0x05711106 rev=0x06 
hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82xxxx EIDE Controller (All VIA Chipsets)'
    class    = mass storage
    subclass = ATA
[EMAIL PROTECTED]:7:3:  class=0x060000 card=0x00000000 chip=0x30501106 rev=0x00 
hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82C596/596A/596 Power Management and SMBus Controller'
    class    = bridge
    subclass = HOST-PCI
[EMAIL PROTECTED]:10:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 
hdr=0x00
    vendor   = 'Realtek Semiconductor'
    device   = 'RT8139 (A/B/C/813x/C+) Fast Ethernet Adapter'
    class    = network
    subclass = ethernet
[EMAIL PROTECTED]:11:0: class=0x028000 card=0x850116ab chip=0x8400104c rev=0x00 
hdr=0x00
    vendor   = 'Texas Instruments (TI)'
    device   = '802.11b+ 22Mbps Wireless Adapter'
    class    = network
[EMAIL PROTECTED]:12:0: class=0x040100 card=0x011113f6 chip=0x011113f6 rev=0x10 
hdr=0x00
    vendor   = 'C-Media Electronics Inc.'
    device   = 'CMI8738/PCI C3DX PCI Audio Chip'
    class    = multimedia
    subclass = audio
[EMAIL PROTECTED]:0:0:  class=0x030000 card=0x93501462 chip=0x018110de rev=0xa4 
hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'GeForce4 MX 440 with AGP 8X [NV18.2]'
    class    = display
    subclass = VGA
machine         i386
cpu             I686_CPU
ident           HEVNE

##options       SCHED_4BSD              #4BSD scheduler
options         SCHED_ULE               #new scheduler

options         INET                    #InterNETworking
options         INET6                   #IPv6 communications protocols
options         FFS                     #Berkeley Fast Filesystem
options         SOFTUPDATES             #Enable FFS soft updates support
options         UFS_ACL                 #Support for access control lists
options         UFS_DIRHASH             #Improve performance on big directories
options         QUOTA                   #enable disk quotas

#options        MSDOSFS                 #MSDOS Filesystem
#options        CD9660                  #ISO 9660 Filesystem

options         PROCFS                  #Process filesystem (requires PSEUDOFS)
options         PSEUDOFS                #Pseudo-filesystem framework


options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
##options       COMPAT_FREEBSD4         #Compatible with FreeBSD4
options         KTRACE                  #ktrace(1) support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores
options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         PFIL_HOOKS              # pfil(9) framework


device          isa
device          eisa
device          pci

# Floppy drives
device          fdc

# ATA and ATAPI devices
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
device          atapifd                 # ATAPI floppy drives
options         ATA_STATIC_ID           #Static device numbering

# atkbdc0 controls both the keyboard and the PS/2 mouse
device          atkbdc          # AT keyboard controller
device          atkbd           # AT keyboard
device          psm             # PS/2 mouse

device          vga             # VGA video card driver
device          sc
device          splash          # Splash screen and screen saver support

device          agp             # support several AGP chipsets

# Floating point support - do not disable.
device          npx

# Add suspend/resume support for the i8254.
device          pmtimer

# Serial (COM) ports
device          sio             # 8250, 16[45]50 based serial ports

# Parallel port
device          ppc
device          ppbus           # Parallel port bus (required)
#device         lpt             # Printer
##device                plip            # TCP/IP over parallel
##device                ppi             # Parallel port interface device

device          miibus          # MII bus support
device          rl
##device                ed

# Wireless NIC cards
##device                pccard          # je to potreba pro modul if_wi
device  wlan            # 802.11 support
device  an              # Aironet 4500/4800 802.11 wireless NIC 
device  awi             # BayStack 660 and others
device  wi              # WaveLAN/Intersil/Symbol 802.11 wireless NIC
device  wl

# Pseudo devices - the number indicates how many units to allocate.
device          random          # Entropy device
device          loop            # Network loopback
device          ether           # Ethernet support
device          tun             # Packet tunnel.
device          pty             # Pseudo-ttys (telnet etc)
device          md              # Memory "disks"
device          gif             # IPv6 and IPv4 tunneling
device          faith           # IPv6-to-IPv4 relaying (translation)
device          bpf             # Berkeley packet filter


options         MROUTING                # Multicast routing
options         PIM                     # Protocol Independent Multicast
options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #enable logging to syslogd(8)
options         IPFIREWALL_VERBOSE_LIMIT=100    #limit verbosity
options         IPDIVERT                #divert sockets
options         IPSTEALTH               #support for stealth forwarding
options         DUMMYNET
options         BRIDGE

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 5.2-RELEASE-p2 #3: Wed Feb 18 12:14:44 CET 2004
    [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HEVNE
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0770000.
Preloaded elf module "/boot/kernel/splash_bmp.ko" at 0xc07701a4.
Preloaded elf module "/boot/kernel/vesa.ko" at 0xc0770254.
Preloaded splash_image_data "/boot/splash.bmp" at 0xc0770300.
Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc0770350.
Preloaded elf module "/boot/kernel/snd_cmi.ko" at 0xc07703fc.
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (367.50-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x665  Stepping = 5
  
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory  = 134217728 (128 MB)
avail memory = 124940288 (119 MB)
Pentium Pro MTRR support enabled
VESA: v3.0, 65536k memory, flags:0x1, mode table:0xc0738c62 (1000022)
VESA: NVidia
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcibios: BIOS version 2.10
Using $PIR table, 6 entries at 0xc00fdc40
pcib0: <Host to PCI bridge> at pcibus 0 on motherboard
pci0: <PCI bus> on pcib0
pci_cfgintr: 0:10 INTA BIOS irq 10
pci_cfgintr: 0:11 INTA BIOS irq 12
pci_cfgintr: 0:12 INTA BIOS irq 10
agp0: <VIA 82C691 (Apollo Pro) host to PCI bridge> mem 0xd8000000-0xdbffffff at device 
0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 82C596 UDMA33 controller> port 0xd000-0xd00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata0: [MPSAFE]
ata1: at 0x170 irq 15 on atapci0
ata1: [MPSAFE]
pci0: <bridge, HOST-PCI> at device 7.3 (no driver attached)
rl0: <RealTek 8139 10/100BaseTX> port 0xd800-0xd8ff mem 0xe2011000-0xe20110ff irq 10 
at device 10.0 on pci0
rl0: Ethernet address: 00:50:fc:e2:cf:20
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci0: <network> at device 11.0 (no driver attached)
pcm0: <CMedia CMI8738> port 0xe000-0xe0ff irq 10 at device 12.0 on pci0
pmtimer0 on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> at port 
0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0700> can't assign resources (port)
unknown: <PNP0400> can't assign resources (port)
unknown: <PNP0501> can't assign resources (port)
Timecounter "TSC" frequency 367504445 Hz quality 800
Timecounters tick every 10.000 msec
ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to deny, 
logging limited to 100 packets/entry by default
GEOM: create disk ad0 dp=0xc1c6c160
ad0: 4112MB <WDC WD43AA> [8355/16/63] at ata0-master PIO4
acd0: CDROM <ASUS CD-S520/A4> at ata0-slave PIO4
GEOM: create disk ad2 dp=0xc1c4e760
ad2: 1221MB <Seagate Technology 1275MB - ST31276A> [2482/16/63] at ata1-master PIO4
Mounting root from ufs:/dev/ad0s1a
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to