Sponsored Content
Top Forums UNIX for Dummies Questions & Answers When loading Linux "loading please wait.." then nothing? Post 302934486 by markhow30 on Sunday 8th of February 2015 05:54:06 AM
Old 02-08-2015
I used the universal USB installer (programme)

I am having trouble finding a download for isohybrid, is there any chance you could link me?

thanks again for the reply.

---------- Post updated 02-08-15 at 05:54 AM ---------- Previous update was 02-07-15 at 03:41 PM ----------

Hey, I have managed to fix the problem.

It was a compatibility issue with the USB stick I was using (I need a different make of USB stick). Thanks for the reply though Smilie
 

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Function loading in a shell scripting like class loading in java

Like class loader in java, can we make a function loader in shell script, for this can someone throw some light on how internally bash runs a shell script , what happenes in runtime ... thanks in advance.. (1 Reply)
Discussion started by: mpsc_sela
1 Replies

2. UNIX for Dummies Questions & Answers

Exception while loading DB2 driver Class.forName("com.ibm.db2.jcc.DB2Driver")

Hi... I m working on UNIX z/OS. Actually i have to pass the parameters from the JCL to java-db2 program thru PARM. I am able to pass the arguments but the problem occured is, it is throwing an exception while loading the db2 driver as 'Javaclassnotfound:com.ibm.db2.jcc.DB2Driver'... (0 Replies)
Discussion started by: Sujatha Gowda
0 Replies

3. Shell Programming and Scripting

Loading ".cfg" file from different directory

Greetings. In sh or bash How do you load a conf file (full of variables / functions) from a different directory in your script? That way my main script can be function free so i just have to call the functions from my cfg file. I have this setup. Scripts in : $HOME/scripts/shl (it's in my... (4 Replies)
Discussion started by: Sekullos
4 Replies

4. Shell Programming and Scripting

calling a shell script in background and wait using "wait" in while loop

Hi, I am facing a strange issue, when i call a script from my while loop in background it doesnt go in background, despite the wait i put below the whil loop it goes forward even before the process put in background is completed. cat abc.txt | while read -u4 line do #if line contains #... (2 Replies)
Discussion started by: mihirvora16
2 Replies
EHCI(4)                                                    BSD Kernel Interfaces Manual                                                    EHCI(4)

NAME
ehci -- USB Enhanced Host Controller driver SYNOPSIS
device ehci DESCRIPTION
The ehci driver provides support for the USB Enhanced Host Controller Interface, which is used by USB 2.0 controllers. EHCI controllers are peculiar in that they can only handle the USB 2.0 protocol. This means that they normally have one or more companion controllers (i.e., ohci(4) or uhci(4)) handling USB 1.x devices. Consequently each USB connector is electrically connected to two USB con- trollers. The handling of this is totally automatic, but can be noticed since USB 1.x and USB 2.0 devices plugged in to the same connector appear to connect to different USB busses. SEE ALSO
ohci(4), uhci(4), usb(4) HISTORY
The ehci device driver first appeared in FreeBSD 5.1. BUGS
The driver is not finished and is quite buggy. There is currently no support for isochronous transfers. BSD March 20, 2005 BSD
All times are GMT -4. The time now is 07:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy