Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem mit Lirc "Device or resource busy"
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Tue Nov 08, 2005 5:37 pm    Post subject: Problem mit Lirc "Device or resource busy" Reply with quote

Hi,
ich hab mir mal einen Infrarot Empfänger zusammen gebaut und wollte den mal unter Linux einrichten.
Dazu habe ich erstmal die make.conf angepasst sprich "lirc" zu den USE und als LIRC_OPTS habe ich
Code:
LIRC_OPTS --with-driver=serial --without-soft-carrier --with-irq=4 --with-port=0x3F8

hinzugefügt (so wie ich es im BIOS eingetragen habe).
Dann habe ich einen Patch([url] https://forums.gentoo.org/viewtopic-t-399002-highlight-lirc.html[/url]
in /usr/portage/app-misc/lirc/file/ hinzugefügt und das 0.7.2.ebuild angepasst.
Die Digest neugebaut und ein "emerge lirc" ausgeführt(Patch wird auch ausgeführt).
Im Kernel (2.6.14) habe ich nichts angepasst, muss ich?
Danach habe ich ein "modprobe lirc_serial" ausgeführt. Dies hat aber nur
Code:
FATAL: Error inserting lirc_serial (/lib/modules/2.6.14-gentoo/misc/lirc_serial.ko): Device or resource busy
ausgespuckt.
Sind die Schritte die ich gemacht habe falsch kann man es anders besser machen?
Der IR-Empfänger läuft habs aufm anderen PC mit Windows getestet.

Gruß
Lunx
Back to top
View user's profile Send private message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Wed Nov 09, 2005 7:16 am    Post subject: Reply with quote

Ich habe die Sources mal selber gebaut aber ich bekomme dort den selben fehler ;-(
Back to top
View user's profile Send private message
Bloody_Viking
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2005
Posts: 123
Location: Hemsbach BW

PostPosted: Wed Nov 09, 2005 7:24 am    Post subject: Reply with quote

Sind die Serial driver für rs232 noch im Kernel?

Damit hatte ich damals Probleme.

Gruß
Back to top
View user's profile Send private message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Wed Nov 09, 2005 7:40 am    Post subject: Reply with quote

Com1 ist Seriell oder? Wo gibt es im Kernel denn was dazu find grad nix...
Back to top
View user's profile Send private message
Bloody_Viking
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2005
Posts: 123
Location: Hemsbach BW

PostPosted: Wed Nov 09, 2005 7:46 am    Post subject: Reply with quote

Quote:

Com1 ist Seriell oder?

Ja, so ungefähr. :wink:


Code:


Device Drivers  --->
       Character devices  --->
                   Serial drivers  --->


Gruß
Back to top
View user's profile Send private message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Wed Nov 09, 2005 9:09 am    Post subject: Reply with quote

dmesg spuckt mir das aus(ka warum ich da noch net eher nachgeschaut hab :oops: ):
Code:
lirc_dev: IR Remote Control driver registered, at major 61
lirc_serial: port 03f8 already in use
lirc_serial: use 'setserial /dev/ttySX uart none'
lirc_serial: or compile the serial port driver as module and
lirc_serial: make sure this module is loaded first
lsmod gibt das aus:[code]
Module Size Used by
lirc_dev 12580 0[code]
Ist evtl. was an meiner vorgehenweise falsch?

gruß
Lunx
Back to top
View user's profile Send private message
Bloody_Viking
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2005
Posts: 123
Location: Hemsbach BW

PostPosted: Wed Nov 09, 2005 11:24 am    Post subject: Reply with quote

Tu das was in dmesg steht und lade lirc_serial. oder schmeiß den Treiber aus der .config raus. Wie auch immer.
Dann sollte es auch mit dem Nachbarn klappen.
Back to top
View user's profile Send private message
Martux
Veteran
Veteran


Joined: 04 Feb 2005
Posts: 1917

PostPosted: Wed Nov 09, 2005 3:17 pm    Post subject: Reply with quote

Ich habe neulich auch versucht lirc mit einem selbstgebauten Ir-Empfänger zum laufen zu kriegen und nach einigen Stunden entnervt aufgegeben. Die Einrichtung ist ein absoluter Alptraum... Hast Du es zum laufen bekommen? Wenn ja, wäre es nett wenn Du postest wie...
_________________
"Coincidence is God's way of remaining anonymous."
Albert Einstein
"The road to success is always under construction"
Back to top
View user's profile Send private message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Wed Nov 09, 2005 3:47 pm    Post subject: Reply with quote

Also im Kernel kann ich nichts zu lirc finden und im Kernel hab ich das hier:
Code:

Device Drivers ----->
      Charakter Devices ------>
           [ ] Non-standard serial port support
           Serial drivers ------->
                    <*> 8250/16550 and compatible serial support


Ich kann den Rechner starten und ohne irgendwas zu tun ist lirc_dev schon geladen.
Und wenn ich "modprobe lirc_serial" mache kommt wie oben schon gesagt ein fehler ;-(
Back to top
View user's profile Send private message
Bloody_Viking
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2005
Posts: 123
Location: Hemsbach BW

PostPosted: Wed Nov 09, 2005 4:32 pm    Post subject: Reply with quote

Code:

<*> 8250/16550 and compatible serial support

sollte als Modul geladen werden!

oder die benutzte Schnitstelle mit:
Code:

setserial /dev/ttySX uart none


umprogramiert werden dann dürfte sich das modul laden lassen.

Gruß
Back to top
View user's profile Send private message
l3u
Advocate
Advocate


Joined: 26 Jan 2005
Posts: 2610
Location: Konradsreuth (Germany)

PostPosted: Wed Nov 09, 2005 5:37 pm    Post subject: Reply with quote

http://www.nasauber.de/linux_know_how/?datei=Probleme%20mit%20LIRC%20l%F6sen
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum