Modem - Sound - Network

Hi:
I’m new with QNX and I want to set my PC up quickly. I have the following
devices wich had not been recognized:

  • US Robotics Sporter 56K Internal
  • YAMAHA DS-XG Legacy Sound System
  • ISA Ne2000 Compatible network card
    I supose many of you have experience with some of this devices. Can you give
    me some tips to make them work? Thanks in advance,

Leonardo Cabral
mcabral@fafodoc.unl.edu.ar
Santa Fe - Argentina

Leonardo R. Cabral <mcabral@fafodoc.unl.edu.ar> wrote:

  • ISA Ne2000 Compatible network card

To get this going try running

io-net -dne2000 -pttcpip
netmanager

You might have to put ioport=0x???,irq=?? after the ne2000 on that
command line if it doesn’t auto-detect it. If this works, you can
setup a shell script, /etc/rc.d/rc.local that will get run @ boot time.

chris

cdm@qnx.com > “The faster I go, the behinder I get.”

Chris McKillop – Lewis Carroll –
Software Engineer, QSSL
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Thanks, the network card worked ok. What should I exactly write in the
rc.local script? By now, I only can write the first line
(io-net -dne2000 -pttcpip) because netmanager complains when being executed
from the script, so I have to write netmanager after login.

By the way, I´been trying to make the modem work but I can find serial port
3. QNX shows me com1 (mouse) and com2 (nothing), but the modem is installed
in COM 3, irq 5, 03E8h-03EFh. I´m not sure, but I believe the modem is
jumped. As I said in the previous mail, its a Robotics so I think should be
easy to make it work. Any tips?

Thanks,

Leonardo
mcabral@fafodoc.unl.edu.ar
lrcabral@frsf.utn.edu.ar


Chris McKillop <cdm@qnx.com> escribió en el mensaje de noticias
8rs0il$159$2@nntp.qnx.com

Leonardo R. Cabral <> mcabral@fafodoc.unl.edu.ar> > wrote:

  • ISA Ne2000 Compatible network card


    To get this going try running

io-net -dne2000 -pttcpip
netmanager

You might have to put ioport=0x???,irq=?? after the ne2000 on that
command line if it doesn’t auto-detect it. If this works, you can
setup a shell script, /etc/rc.d/rc.local that will get run @ boot time.

chris

cdm@qnx.com > “The faster I go, the behinder I get.”
Chris McKillop – Lewis Carroll –
Software Engineer, QSSL

Leonardo R. Cabral <mcabral@fafodoc.unl.edu.ar> wrote:

Thanks, the network card worked ok. What should I exactly write in the
rc.local script? By now, I only can write the first line
(io-net -dne2000 -pttcpip) because netmanager complains when being executed
from the script, so I have to write netmanager after login.

I bet it is actually working, but being overlly verbose. :slight_smile:

By the way, I´been trying to make the modem work but I can find serial port
3. QNX shows me com1 (mouse) and com2 (nothing), but the modem is installed
in COM 3, irq 5, 03E8h-03EFh. I´m not sure, but I believe the modem is
jumped. As I said in the previous mail, its a Robotics so I think should be
easy to make it work. Any tips?

devc-ser8250 -u3 0x3e8,5 &

You can add that to rc.local as well.

chris

\

cdm@qnx.com > “The faster I go, the behinder I get.”

Chris McKillop – Lewis Carroll –
Software Engineer, QSSL
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

The Yamaha YMF724/740/744/754 chipsets are not currently supported.
We are working on a driver. Expect it in one of the first few
patches.

James M.
Leonardo R. Cabral <mcabral@fafodoc.unl.edu.ar> wrote:

Hi:
I’m new with QNX and I want to set my PC up quickly. I have the following
devices wich had not been recognized:

  • US Robotics Sporter 56K Internal
  • YAMAHA DS-XG Legacy Sound System
  • ISA Ne2000 Compatible network card
    I supose many of you have experience with some of this devices. Can you give
    me some tips to make them work? Thanks in advance,

Leonardo Cabral
mcabral@fafodoc.unl.edu.ar
Santa Fe - Argentina