14911
![]() |
|
|
|
|
|||||||
| System Hardware Internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Does anyone know how to install a qla2340 card?
I use linux a lot and I'm new to FreeBSD. It is on the hardware list. Just need to know if there is a how to. Thanks kris Last edited by wblock@; July 21st, 2012 at 20:37. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
|
#2
|
||||
|
||||
|
It may be helpful to define what a "qla2340 card" is or does. apropos(1) says nothing about it.
|
|
#3
|
|||
|
|||
|
Sorry, it is a Qlogic Single Fiber channel PCI-x Card
Last edited by SirDice; July 16th, 2012 at 09:27. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
|
#4
|
||||
|
||||
|
apropos qlogic would point you to the correct driver, which is sis(4).
Try kldload sis. If that doesn't work you may have to compile sis into the kernel
__________________
Practical latin Amicule, deliciae, num is sum qui mentiar tibi? But dear, could I ever lie to you? |
|
#5
|
|||
|
|||
|
Quote:
I get the following output from apropos qlogic Code:
p# apropos qlogic esp(4) - Emulex ESP, NCR 53C9x and QLogic FAS families based SCSI controllers isp(4) - Qlogic based SCSI and FibreChannel SCSI Host Adapters ispfw(4) - Firmware Module for Qlogic based SCSI and FibreChannel SCSI Host Adapters qlxgb(4) - QLogic 10 Gigabit Ethernet & CNA Adapter Driver If it does show up, add the following to /boot/loader.conf. (Only add the first line if you need it) Code:
ispfw_load="YES" isp_load="YES" ) on which connected up immediately.
|
|
#6
|
||||
|
||||
|
Quote:
![]() The thing with compiling it into the kernel is from personal experiance
__________________
Practical latin Amicule, deliciae, num is sum qui mentiar tibi? But dear, could I ever lie to you? |
|
#7
|
|||
|
|||
|
hello, it says i dont have apropos installed or git. any help there?
|
|
#8
|
||||
|
||||
|
What version of FreeBSD? Also, please show the exact error message.
|
|
#9
|
|||
|
|||
|
i have freenas. but the freenas forum told me to post on here, bc its built off of freebsd. i have never used any bsd just linux. im still new. so any help is great. freenas 8 is what i have
|
|
#10
|
||||
|
||||
|
Thread title updated. It's important to realize that FreeNAS is a customized version of FreeBSD, not a full FreeBSD install, which would have apropos(1).
apropos(1) doesn't really matter, it's just a way to search through man pages. No idea why FreeNAS would suggest using git, but maybe that's a typo or part of whatever shell they are using. |
|
#11
|
|||
|
|||
|
so there is no way of getting this working?
|
|
#12
|
||||
|
||||
|
If the matching FreeBSD version has a working driver, you might be able to copy just the kernel module from that version of FreeBSD.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing a new USB PCI card | ryladine | System Hardware | 12 | September 24th, 2011 16:26 |
| [Solved] installing linux driver for wlan card | StaticPhilly | System Hardware | 2 | May 15th, 2010 10:50 |
| [Solved] Problem installing intel 10gbe XF SR Dual adapter card | Jayuqo | System Hardware | 8 | April 13th, 2010 12:13 |
| [Solved] Installing iwn firmware for Intel 4965AGN wifi card | overmind | System Hardware | 3 | August 25th, 2009 22:09 |
| Help Installing Realtek rtl8185 wireless 54M PCI card (TP-Link TL-WN353GD) | Lego | Installing & Upgrading | 20 | December 4th, 2008 19:02 |