Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Wi0 d-link DWL-510 installation on freebsd Post 50555 by termiEEE on Tuesday 27th of April 2004 07:13:19 AM
Old 04-27-2004
CPU & Memory Wi0 d-link DWL-510 installation on freebsd

hello,

i have a problem installing a d-link dwl-510 wireless network card on freebsd 4.8

first, i already successfully installed a dwl- 500 (which is a pcmcia card in a pci card) by adding just a few simple lines to my /etc/rc.conf

pccard_enable="YES"
pccard_mem="DEFAULT"
pccard_ifconfig="inet 192.168.5.6 netmask 255.255.255.0 ssid myssid"
pccard_beep="2"

this works superb for the dwl-500

but not for the dwl-510 which is a pci card with an antenna on it

when i boot i get message:
pccardc not configured

and indeed, the light on the network card doesn't not blink, stays mute

when i do #ifconfig -a i don't see Wi0

when i do dmesg /dev/* i can see on pci0
<unknown card> (vendor=0x1186, dev=0x3300) at 14.0 irq 5

could anyone give me the golden tip to be able to enable this card?

thnx!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how do u remove a messed up freebsd boot installation?

i messed up while installing freebsd into a dual os wannabe system. Now, how do i del it( so i wouldn't get prompted to choose freebsd during boot?)so that i could try installing a different flavour of linux? cheers:eek: (1 Reply)
Discussion started by: coffeecoolers
1 Replies

2. UNIX for Advanced & Expert Users

snort installation on freebsd issues

i'm following the, "How to setup and secure Snort, MySQL and Acid on FreeBSD 4.6 Release" off of the snort.org website. in the documentation it says snort should be installed through the following: ----- make -DWITH_MYSQL -DWITH_FLEXRESP ; make install ----- later it says to do the... (13 Replies)
Discussion started by: xyyz
13 Replies

3. Red Hat

Drviers for DWL 650

Hi I want to install drivers for DWL 650 on Redhat 9, Can any one send links to download the dirivers bye kranthi (1 Reply)
Discussion started by: kumar_d
1 Replies

4. BSD

FreeBSD / KDE installation woes...

Forgive the newbie question. I've been trying to install FreeBSD 5.4 on a new AMD64 based box at work today, and I started running into problems. Maybe some background is appropriate? Here goes... I've finished the first stage of development of a model in C++ which simulates airflow through a... (1 Reply)
Discussion started by: ForestryJim
1 Replies

5. Linux

freeBSD installation

why is my new freeBSD hanging at setting up hostname each time I plug in the network cable i use host name like X.ng I intend to configure it as a gateway (2 Replies)
Discussion started by: AkinOkin
2 Replies

6. BSD

FreeBSD Installation problems

Hi all, I'm new to the world of Unix/Linux (though not to computing in general) and I'm having a few issues installing FreeBSD (v6.2). Firstly, I realise that it's not the most user-friendly of distros, especially for newbies, but it's what I'm required to install so unfortunately I have to... (2 Replies)
Discussion started by: Techmonkey
2 Replies

7. Red Hat

Dlink Dwl-g630 Wireless card

Hello, I'm extremely new to Linux. I've been a windows admin for years stupid me, should have got into Linux way back. So now playing catch up. I was hoping someone could help me get started. I've been online reading but getting confused a lot of info and very different from windows. I... (0 Replies)
Discussion started by: kidsusuki
0 Replies

8. AIX

Cannot login to IBM 9110 - 510

Hi, I bought a second hand IBM machine model 9110 - 510. This machine is connected to a terminal (orange color text) through a serial port and when I bought the machine it shows its model and it ask for user id and password but i tried many without luck. I want to reset the root password... (4 Replies)
Discussion started by: yalmutawa
4 Replies

9. BSD

An installation script on freeBSD

Hello So i got my hands on some freebsd iso, installed it in a qcow2 image and installled git and bash. So far, so good. Git repositry retireved install script executed files got copied files have exec flag files are in $PATH / found by which / bash-completion works But still,... (3 Replies)
Discussion started by: sea
3 Replies

10. UNIX for Advanced & Expert Users

Can't boot FreeBSD after successful installation.

This is a cross post as I haven't got any solution and I'm badly in need of one. I've installed Slackware 14.2 in /dev/sda1 and x86Solaris 10 U6 in /dev/sda3 (sda2 is Linux swap)and boot menu was Solaris grub but, later deleted Solaris partition and installed FreeBSD12 (for i386) on the same... (3 Replies)
Discussion started by: vectrum
3 Replies
NE(4)							   BSD Kernel Interfaces Manual 						     NE(4)

NAME
ne -- NE2000 and compatible Ethernet cards device driver SYNOPSIS
ISA boards ne0 at isa? port 0x280 irq 9 ne1 at isa? port 0x300 irq 10 ne* at isapnp? MCA boards ne* at mca? slot ? PCI boards ne* at pci? dev ? function ? PCMCIA ne* at pcmcia? function ? acorn32 ne* at podulebus? amiga ne* at zbus0 # AriadneII, X-surf amigappc ne* at zbus0 # AriadneII, X-surf atari ne0 at mainbus0 # EtherNEC on Atari ROM cartridge slot evbarm ne0 at obio? addr 0x0e000200 intr 5 # on-board Asix AX88796 evbsh3 ne0 at mainbus? # Realtek RTL8019AS x68k ne* at intio0 addr 0xece300 intr 249 # Nereid Ethernet ne* at intio0 addr 0xeceb00 intr 248 # Nereid Ethernet neptune0 at intio0 addr 0xece000 intr 249 # Neptune-X neptune1 at intio0 addr 0xece400 intr 249 # Neptune-X at alt. addr. ne* at neptune? addr 0x300 DESCRIPTION
The ne device driver supports NE2000 and compatible (including NE1000) Ethernet cards. While the original NE2000 is designed for ISA bus, the compatible Realtek 8019 chip is widely used on various local busses and ne driver also supports such devices on various machines. MEDIA SELECTION
The Realtek 8019 (ISA, ISAPnP, some PCMCIA) and Realtek 8029 (PCI) NE2000-compatible Ethernet chips include support for software media selec- tion. If one of these chips is detected by the driver, the list of supported media will be displayed. For all other chips supported by the ne driver, media selection must be performed either via card jumper settings or by vendor-supplied con- figuration programs. DIAGNOSTICS
ne0: where did the card go? The driver found the card, but was unable to make the card respond to complete the configuration sequence. SEE ALSO
ifmedia(4), intro(4), isa(4), isapnp(4), mca(4), pci(4), pcmcia(4), ifconfig(8) BSD
April 3, 2010 BSD
All times are GMT -4. The time now is 04:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy