FreeBSD 7.2 and hme driver


 
Thread Tools Search this Thread
Operating Systems BSD FreeBSD 7.2 and hme driver
# 1  
Old 01-20-2010
FreeBSD 7.2 and hme driver

Hi,

I'm using a Sun's quad network card, which uses hme driver. Driver is built into kernel (puting if_hme_load="YES" in loader.conf doesn't solve the problem). Every time machine reboots, driver doesn't come up soon enough and the interfaces don't configure properly.
For now, the only way to get things up as they should be is to boot into single mode and manually load driver.
Has anyone experienced similar problems?

Thank you.

Luka

Last edited by Luka; 01-20-2010 at 03:08 PM..
# 2  
Old 01-28-2010
Hi,

I haven't found any solutions to my problem, so I wrote a small rc script, which loads the if_hme driver before the netif script gets executed:

Code:
# PROVIDE: bogus
# BEFORE: netif

Luka
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

2. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

3. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

4. UNIX for Dummies Questions & Answers

Cannot find the driver anywhere?

I bought a ming jong pc webcam like 5 years ago, since then ive lost the c.d but i still have the book that came with it telling me it is a smartcam M6215 2.1 but i cannot find the driver anywhere, i have looked on google and on the ming jong website (that just got me downlaoding the wrong drivers)... (0 Replies)
Discussion started by: tailz03
0 Replies

5. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

6. SCO

pseudo driver

explain differences between a device driver & a pseudo driver...???? thanks in advance (1 Reply)
Discussion started by: areef4u
1 Replies

7. IP Networking

driver conexat

Who know free driver for Single Point 56k modem for Linux.... On www.conexant.com they say that there are only trail versions on 14.5 kbps.... or you should pay 19.45$ . If you know where I can download free full version .. please share with me. (1 Reply)
Discussion started by: Ty3
1 Replies

8. UNIX for Advanced & Expert Users

could not load hme

After installing Solaris patches, i faced this problem which the system could not load hme ( network interface). after booting up the system i try to configure the IP add. on hme (ifconfig hme inet ......),but it fails. the /etc/hostname.hme0 file exists & is ok & in Prom mode also after running... (1 Reply)
Discussion started by: nikk
1 Replies

9. Post Here to Contact Site Administrators and Moderators

To Driver

Driver, Are you an admin? I got banned from the board two times! Is this authorized? (13 Replies)
Discussion started by: Computekwes
13 Replies

10. Programming

freeBSD device driver (use struct uio)

Hi, everybody I have next problem... 1) My Example program code void main() { int fd; int len; int buf; fd=open("mydev", O_RDONLY); lseek(fd, 0, SEEK_SET); len=read(fd, buf, sizeof(buf)); } 2) My Example Driver code static int mydev_read(dev_t dev, ?, ?, struct uio* uio) {... (0 Replies)
Discussion started by: Alex_T
0 Replies
Login or Register to Ask a Question