9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: cinap_lenrek@gmx.de
To: 9fans@9fans.net
Subject: Re: [9fans] Installation of 9front on Dell Mini 9, some noob questions
Date: Wed, 16 Jan 2013 05:45:16 +0100	[thread overview]
Message-ID: <7861f10e3f624cc3438b3ca2acc84637@rei2.9hal> (raw)
In-Reply-To: <09c1f1da279c2e94b245a4b5f485e499@dell9mini.local>

please, do not post 9front questions to 9fans. post to
9front@googlegroups.com or ask in the irc channel.

> mpintrenable: out of choices eisa -1 isa 5 tbdf FFFFFFFF irq 7
> intrenable: couldn't enable irq 7, tbdf 0xFFFFFFFF for lpt

this means that your mps tables do have the isa irq 7 entry,
so the parallel port driver will be unable to use interrupts.

it will probably still work with polling. do you even have
a parallel port? ;)

another thing you could do is try *acpi= in plan9.ini.
it will identity map all isa irq's to gsi 0-15 except for
the ones that have a special override entry in the apic
table, so all isa irq's should be there with that method.

> #A0: hda mem e0002000 irq 10
> #A0: codec #0, vendor 10ec0268, rev 00100101

this is your soundcard. to test if it works, you can just
cat some file into /dev/audio like:

cat /bin/* >/dev/audio

or if you have internet connection:

play http://9hal.ath.cx/usr/cinap_lenrek/plan9-jingle2.mp3

--
cinap



  parent reply	other threads:[~2013-01-16  4:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-16  4:05 Alexander.Shendi
2013-01-16  4:23 ` erik quanstrom
2013-01-16  4:51   ` cinap_lenrek
2013-01-16  4:59     ` erik quanstrom
2013-01-16  4:45 ` cinap_lenrek [this message]
2013-01-16  4:49   ` erik quanstrom
2013-01-16  4:55     ` Kurt H Maier
2013-01-16  5:01     ` cinap_lenrek
2013-01-16  5:16   ` Alexander Shendi (Web.de)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7861f10e3f624cc3438b3ca2acc84637@rei2.9hal \
    --to=cinap_lenrek@gmx.de \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).