Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Network problem with ppp and umts modem (APIC?ACPI?)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ruivilela
Apprentice
Apprentice


Joined: 05 Oct 2004
Posts: 236
Location: Łódź

PostPosted: Fri Jun 29, 2007 11:30 pm    Post subject: [SOLVED]Network problem with ppp and umts modem (APIC?ACPI?) Reply with quote

Hi, I got a new laptop, I installed gentoo, and all necessary things to run my previous ppp conection with a umts modem (Novatel U630). Latest stable kernel on both laptops

This is the working configuration on a toshiba 2450-201

lspci:
Code:

02:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 32)
02:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 32)


lspcmcia:
Code:

Socket 0 Bridge:        [yenta_cardbus]         (bus ID: 0000:02:0b.0)
Socket 0 Device 0:      [serial_cs]             (bus ID: 0.0)
Socket 0 Device 1:      [serial_cs]             (bus ID: 0.1)
Socket 1 Bridge:        [yenta_cardbus]         (bus ID: 0000:02:0b.1)


/etc/conf.d/net (and yes, it's the same on the other laptop):
Code:

config_ppp0=( "ppp" )

link_ppp0="/dev/ttyS0"

user_ppp0=user
password_ppp0=

pppd_ppp0=(
        lock
        defaultroute
        noipdefault
        modem
        460800
        crtscts
        noauth
        passive
        asyncmap 0
        mtu 1400
)

chat_ppp0=(
'ABORT' 'BUSY'
'ABORT' 'ERROR'
'ABORT' 'NO CARRIER'
'ABORT' 'NO DIALTONE'
'' 'ATH'
'OK' 'ATZ'
'OK' 'ATE1'
'OK' 'AT\$NWRAT=0,2'
'OK' 'AT+COPS=0,0,"Optimus Telecomu"'
'OK' 'AT+CGDCONT=1,"IP","myconnection","0.0.0.0",0,0'
'OK' 'AT+CGEQREQ=1,4,0,0,,,2,1500,"0E0","0E0",3,,0'
'OK' 'AT+CGEQMIN=1,4,0,0,0,0,2,1500,"0E0","0E0",3,0,0'
'OK' 'ATDT*99#'
'CONNECT' ''
'TIMEOUT' '75'
'~--' ''


dmesg on connecting card:
Code:

pccard: PCMCIA card inserted into slot 0
pcmcia: registering new device pcmcia0.0
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
0.0: ttyS0 at I/O 0x3f8 (irq = 11) is a 16550A
pcmcia: registering new device pcmcia0.1
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
0.1: ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A


/var/log/message:
Code:

Jun 29 23:54:48 Daphnis pccard: PCMCIA card inserted into slot 0
Jun 29 23:54:48 Daphnis pcmcia: registering new device pcmcia0.0
Jun 29 23:54:48 Daphnis pcmcia: request for exclusive IRQ could not be fulfilled.
Jun 29 23:54:48 Daphnis pcmcia: the driver needs updating to supported shared IRQ lines.
Jun 29 23:54:48 Daphnis 0.0: ttyS0 at I/O 0x3f8 (irq = 11) is a 16550A
Jun 29 23:54:48 Daphnis pcmcia: registering new device pcmcia0.1
Jun 29 23:54:48 Daphnis pcmcia: request for exclusive IRQ could not be fulfilled.
Jun 29 23:54:48 Daphnis pcmcia: the driver needs updating to supported shared IRQ lines.
Jun 29 23:54:48 Daphnis 0.1: ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A
Jun 29 23:54:56 Daphnis pppd[22019]: pppd 2.4.4 started by root, uid 0
Jun 29 23:54:57 Daphnis chat[22025]: abort on (BUSY)
Jun 29 23:54:57 Daphnis chat[22025]: abort on (ERROR)
Jun 29 23:54:57 Daphnis chat[22025]: abort on (NO CARRIER)
Jun 29 23:54:57 Daphnis chat[22025]: abort on (NO DIALTONE)
Jun 29 23:54:57 Daphnis chat[22025]: send (ATH^M)
Jun 29 23:54:57 Daphnis chat[22025]: expect (OK)
Jun 29 23:54:57 Daphnis chat[22025]: ATH^M^M
Jun 29 23:54:57 Daphnis chat[22025]: OK
Jun 29 23:54:57 Daphnis chat[22025]:  -- got it
Jun 29 23:54:57 Daphnis chat[22025]: send (ATZ^M)
Jun 29 23:54:57 Daphnis chat[22025]: expect (OK)
Jun 29 23:54:57 Daphnis chat[22025]: ^M
Jun 29 23:54:57 Daphnis chat[22025]: ATZ^M^M
Jun 29 23:54:57 Daphnis chat[22025]: OK
Jun 29 23:54:57 Daphnis chat[22025]:  -- got it
Jun 29 23:54:57 Daphnis chat[22025]: send (ATE1^M)
Jun 29 23:54:57 Daphnis chat[22025]: expect (OK)
Jun 29 23:54:57 Daphnis chat[22025]: ^M
Jun 29 23:54:57 Daphnis chat[22025]: ATE1^M^M
Jun 29 23:54:57 Daphnis chat[22025]: OK
Jun 29 23:54:57 Daphnis chat[22025]:  -- got it
Jun 29 23:54:57 Daphnis chat[22025]: send (AT$NWRAT=0,2^M)
Jun 29 23:54:58 Daphnis chat[22025]: expect (OK)
Jun 29 23:54:58 Daphnis chat[22025]: ^M
Jun 29 23:54:58 Daphnis chat[22025]: AT$NWRAT=0,2^M^M
Jun 29 23:54:58 Daphnis chat[22025]: OK
Jun 29 23:54:58 Daphnis chat[22025]:  -- got it
Jun 29 23:54:58 Daphnis chat[22025]: send (AT+COPS=0,0,"Optimus Telecomu"^M)
Jun 29 23:54:58 Daphnis chat[22025]: expect (OK)
Jun 29 23:54:58 Daphnis chat[22025]: ^M
Jun 29 23:54:58 Daphnis chat[22025]: AT+COPS=0,0,"Optimus Telecomu"^M^M
Jun 29 23:54:58 Daphnis chat[22025]: OK
Jun 29 23:54:58 Daphnis chat[22025]:  -- got it
Jun 29 23:54:58 Daphnis chat[22025]: send (AT+CGDCONT=1,"IP","myconnection","0.0.0.0",0,0^M)
Jun 29 23:54:59 Daphnis chat[22025]: expect (OK)
Jun 29 23:54:59 Daphnis chat[22025]: ^M
Jun 29 23:54:59 Daphnis chat[22025]: AT+CGDCONT=1,"IP","myconnection","0.0.0.0",0,0^M^M
Jun 29 23:54:59 Daphnis chat[22025]: OK
Jun 29 23:54:59 Daphnis chat[22025]:  -- got it
Jun 29 23:54:59 Daphnis chat[22025]: send (AT+CGEQREQ=1,4,0,0,,,2,1500,"0E0","0E0",3,,0^M)
Jun 29 23:54:59 Daphnis chat[22025]: expect (OK)
Jun 29 23:54:59 Daphnis chat[22025]: ^M
Jun 29 23:54:59 Daphnis chat[22025]: AT+CGEQREQ=1,4,0,0,,,2,1500,"0E0","0E0",3,,0^M^M
Jun 29 23:54:59 Daphnis chat[22025]: OK
Jun 29 23:54:59 Daphnis chat[22025]:  -- got it
Jun 29 23:54:59 Daphnis chat[22025]: send (AT+CGEQMIN=1,4,0,0,0,0,2,1500,"0E0","0E0",3,0,0^M)
Jun 29 23:55:00 Daphnis chat[22025]: expect (OK)
Jun 29 23:55:00 Daphnis chat[22025]: ^M
Jun 29 23:55:00 Daphnis chat[22025]: AT+CGEQMIN=1,4,0,0,0,0,2,1500,"0E0","0E0",3,0,0^M^M
Jun 29 23:55:00 Daphnis chat[22025]: OK
Jun 29 23:55:00 Daphnis chat[22025]:  -- got it
Jun 29 23:55:00 Daphnis chat[22025]: send (ATDT*99#^M)
Jun 29 23:55:00 Daphnis chat[22025]: expect (CONNECT)
Jun 29 23:55:00 Daphnis chat[22025]: ^M
Jun 29 23:55:00 Daphnis chat[22025]: ATDT*99#^M^M
Jun 29 23:55:00 Daphnis chat[22025]: CONNECT
Jun 29 23:55:00 Daphnis chat[22025]:  -- got it
Jun 29 23:55:00 Daphnis chat[22025]: send (^M)
Jun 29 23:55:00 Daphnis chat[22025]: timeout set to 75 seconds
Jun 29 23:55:00 Daphnis chat[22025]: expect (~)
Jun 29 23:55:00 Daphnis chat[22025]:  57600^M
Jun 29 23:56:15 Daphnis chat[22025]: alarm
Jun 29 23:56:15 Daphnis chat[22025]: send (^M)
Jun 29 23:56:15 Daphnis chat[22025]: send (^M)
Jun 29 23:56:15 Daphnis pppd[22019]: Serial connection established.
Jun 29 23:56:15 Daphnis pppd[22019]: Using interface ppp0
Jun 29 23:56:15 Daphnis pppd[22019]: Connect: ppp0 <--> /dev/ttyS0
Jun 29 23:56:20 Daphnis pppd[22019]: Could not determine remote IP address: defaulting to 10.64.64.64
Jun 29 23:56:20 Daphnis pppd[22019]: local  IP address 62.169.115.66
Jun 29 23:56:20 Daphnis pppd[22019]: remote IP address 10.64.64.64


And "voila", I have internet after one minute after connecting laptop.

Unfortunaly the Toshiba F30-111 doesn't work, and gives the following:
lspci:
Code:

06:0b.0 CardBus bridge: Texas Instruments Unknown device 8039


lspcmcia:
Code:

Socket 0 Bridge:        [yenta_cardbus]         (bus ID: 0000:06:0b.0)
Socket 0 Device 0:      [serial_cs]             (bus ID: 0.0)
Socket 0 Device 1:      [serial_cs]             (bus ID: 0.1)


dmesg:
Code:

pccard: PCMCIA card inserted into slot 0
cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xd4000-0xdbfff 0xe0000-0xfffff
cs: memory probe 0x50000000-0x53ffffff: excluding 0x50000000-0x53ffffff
cs: memory probe 0x60000000-0x60ffffff: clean.
cs: memory probe 0xa0000000-0xa0ffffff: clean.
cs: memory probe 0xffa00000-0xffafffff: excluding 0xffa00000-0xffa0ffff 0xffaf0000-0xffafffff
pcmcia: registering new device pcmcia0.0
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
0.0: ttyS0 at I/O 0x3f8 (irq = 19) is a 16550A
pcmcia: registering new device pcmcia0.1
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
0.1: ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A


the configuration script is the same, and the following is the result in /var/log/message
Code:

Jun 30 00:18:37 Calypsa pppd[6261]: pppd 2.4.4 started by root, uid 0
Jun 30 00:18:38 Calypsa chat[9357]: abort on (BUSY)
Jun 30 00:18:38 Calypsa chat[9357]: abort on (ERROR)
Jun 30 00:18:38 Calypsa chat[9357]: abort on (NO CARRIER)
Jun 30 00:18:38 Calypsa chat[9357]: abort on (NO DIALTONE)
Jun 30 00:18:38 Calypsa chat[9357]: send (ATH^M)
Jun 30 00:18:38 Calypsa chat[9357]: expect (OK)
Jun 30 00:19:23 Calypsa chat[9357]: alarm
Jun 30 00:19:23 Calypsa chat[9357]: Failed
Jun 30 00:19:23 Calypsa pppd[6261]: Connect script failed


Any clue of what can be ? Thanks


Last edited by ruivilela on Sat Jun 30, 2007 11:57 am; edited 2 times in total
Back to top
View user's profile Send private message
ruivilela
Apprentice
Apprentice


Joined: 05 Oct 2004
Posts: 236
Location: Łódź

PostPosted: Sat Jun 30, 2007 12:50 am    Post subject: update Reply with quote

So I passed noapic to kernel, now I'm getting something but not quite what I expected (connection)
After also stoping acpi service I get the following

dmesg:
Code:

pcmcia: registering new device pcmcia0.1
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
0.1: ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A
APIC error on CPU1: 40(40)
APIC error on CPU0: 40(40)
PPP BSD Compression module registered
PPP Deflate Compression module registered
APIC error on CPU0: 40(40)
APIC error on CPU1: 40(40)
APIC error on CPU1: 40(40)
APIC error on CPU0: 40(40)
pccard: card ejected from slot 0
APIC error on CPU0: 40(40)
APIC error on CPU1: 40(40)
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
APIC error on CPU1: 40(40)
APIC error on CPU0: 40(40)


/var/log/messages:
Code:

Jun 30 01:29:59 Calypsa pccard: PCMCIA card inserted into slot 0
Jun 30 01:29:59 Calypsa pcmcia: registering new device pcmcia0.0
Jun 30 01:29:59 Calypsa pcmcia: request for exclusive IRQ could not be fulfilled.
Jun 30 01:29:59 Calypsa pcmcia: the driver needs updating to supported shared IRQ lines.
Jun 30 01:29:59 Calypsa 0.0: ttyS0 at I/O 0x3f8 (irq = 11) is a 16550A
Jun 30 01:29:59 Calypsa pcmcia: registering new device pcmcia0.1
Jun 30 01:29:59 Calypsa pcmcia: request for exclusive IRQ could not be fulfilled.
Jun 30 01:29:59 Calypsa pcmcia: the driver needs updating to supported shared IRQ lines.
Jun 30 01:29:59 Calypsa 0.1: ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A
Jun 30 01:30:01 Calypsa cron[5450]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Jun 30 01:30:03 Calypsa pppd[5864]: pppd 2.4.4 started by root, uid 0
Jun 30 01:30:04 Calypsa chat[5870]: abort on (BUSY)
Jun 30 01:30:04 Calypsa chat[5870]: abort on (ERROR)
Jun 30 01:30:04 Calypsa chat[5870]: abort on (NO CARRIER)
Jun 30 01:30:04 Calypsa chat[5870]: abort on (NO DIALTONE)
Jun 30 01:30:04 Calypsa chat[5870]: send (ATH^M)
Jun 30 01:30:04 Calypsa chat[5870]: expect (OK)
Jun 30 01:30:05 Calypsa chat[5870]: ATH^M^M
Jun 30 01:30:05 Calypsa chat[5870]: ERROR
Jun 30 01:30:05 Calypsa chat[5870]:  -- failed
Jun 30 01:30:05 Calypsa chat[5870]: Failed (ERROR)
Jun 30 01:30:05 Calypsa pppd[5864]: Connect script failed
Jun 30 01:30:20 Calypsa rc-scripts: WARNING:  acpid has not yet been started.
Jun 30 01:30:23 Calypsa APIC error on CPU1: 40(40)
Jun 30 01:30:23 Calypsa APIC error on CPU0: 40(40)
Jun 30 01:30:23 Calypsa pppd[5864]: Terminating on signal 15
Jun 30 01:30:23 Calypsa pppd[5864]: Exit.
Jun 30 01:30:24 Calypsa chat[6281]: abort on (BUSY)
Jun 30 01:30:24 Calypsa chat[6281]: abort on (ERROR)
Jun 30 01:30:24 Calypsa chat[6281]: abort on (NO CARRIER)
Jun 30 01:30:24 Calypsa chat[6281]: abort on (NO DIALTONE)
Jun 30 01:30:24 Calypsa chat[6281]: send (ATH^M)
Jun 30 01:30:24 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:25 Calypsa chat[6281]: ATH^M^M
Jun 30 01:30:25 Calypsa chat[6281]: OK
Jun 30 01:30:25 Calypsa chat[6281]:  -- got it
Jun 30 01:30:25 Calypsa chat[6281]: send (ATZ^M)
Jun 30 01:30:25 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:25 Calypsa chat[6281]: ^M
Jun 30 01:30:30 Calypsa chat[6281]: ATZ^M^M
Jun 30 01:30:30 Calypsa chat[6281]: OK
Jun 30 01:30:30 Calypsa chat[6281]:  -- got it
Jun 30 01:30:30 Calypsa chat[6281]: send (ATE1^M)
Jun 30 01:30:30 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:30 Calypsa chat[6281]: ^M
Jun 30 01:30:32 Calypsa chat[6281]: ATE1^M^M
Jun 30 01:30:32 Calypsa chat[6281]: OK
Jun 30 01:30:32 Calypsa chat[6281]:  -- got it
Jun 30 01:30:32 Calypsa chat[6281]: send (AT$NWRAT=0,2^M)
Jun 30 01:30:32 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:32 Calypsa chat[6281]: ^M
Jun 30 01:30:35 Calypsa chat[6281]: AT$NWRAT=0,2^M^M
Jun 30 01:30:35 Calypsa chat[6281]: OK
Jun 30 01:30:35 Calypsa chat[6281]:  -- got it
Jun 30 01:30:35 Calypsa chat[6281]: send (AT+COPS=0,0,"Optimus Telecomu"^M)
Jun 30 01:30:36 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:36 Calypsa chat[6281]: ^M
Jun 30 01:30:40 Calypsa chat[6281]: AT+COPS=0,0,"Optimus Telecomu"^M^M
Jun 30 01:30:40 Calypsa chat[6281]: OK
Jun 30 01:30:40 Calypsa chat[6281]:  -- got it
Jun 30 01:30:40 Calypsa chat[6281]: send (AT+CGDCONT=1,"IP","myconnection","0.0.0.0",0,0^M)
Jun 30 01:30:41 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:41 Calypsa chat[6281]: ^M
Jun 30 01:30:45 Calypsa chat[6281]: AT+CGDCONT=1,"IP","myconnection","0.0.0.0",0,0^M^M
Jun 30 01:30:45 Calypsa chat[6281]: OK
Jun 30 01:30:45 Calypsa chat[6281]:  -- got it
Jun 30 01:30:45 Calypsa chat[6281]: send (AT+CGEQREQ=1,4,0,0,,,2,1500,"0E0","0E0",3,,0^M)
Jun 30 01:30:46 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:46 Calypsa chat[6281]: ^M
Jun 30 01:30:50 Calypsa chat[6281]: AT+CGEQREQ=1,4,0,0,,,2,1500,"0E0","0E0",3,,0^M^M
Jun 30 01:30:50 Calypsa chat[6281]: OK
Jun 30 01:30:50 Calypsa chat[6281]:  -- got it
Jun 30 01:30:50 Calypsa chat[6281]: send (AT+CGEQMIN=1,4,0,0,0,0,2,1500,"0E0","0E0",3,0,0^M)
Jun 30 01:30:51 Calypsa chat[6281]: expect (OK)
Jun 30 01:30:51 Calypsa chat[6281]: ^M
Jun 30 01:30:55 Calypsa chat[6281]: AT+CGEQMIN=1,4,0,0,0,0,2,1500,"0E0","0E0",3,0,0^M^M
Jun 30 01:30:55 Calypsa chat[6281]: OK
Jun 30 01:30:55 Calypsa chat[6281]:  -- got it
Jun 30 01:30:55 Calypsa chat[6281]: send (ATDT*99#^M)
Jun 30 01:30:55 Calypsa chat[6281]: expect (CONNECT)
Jun 30 01:30:55 Calypsa chat[6281]: ^M
Jun 30 01:31:00 Calypsa chat[6281]: ATDT*99#^M^M
Jun 30 01:31:00 Calypsa chat[6281]: CONNECT
Jun 30 01:31:00 Calypsa chat[6281]:  -- got it
Jun 30 01:31:00 Calypsa chat[6281]: send (^M)
Jun 30 01:31:00 Calypsa chat[6281]: timeout set to 60 seconds
Jun 30 01:31:00 Calypsa chat[6281]: expect (~)
Jun 30 01:31:00 Calypsa chat[6281]: ^M
Jun 30 01:32:00 Calypsa chat[6281]: alarm
Jun 30 01:32:00 Calypsa chat[6281]: send (^M)
Jun 30 01:32:00 Calypsa chat[6281]: send (^M)
Jun 30 01:32:00 Calypsa pppd[4539]: Serial connection established.
Jun 30 01:32:00 Calypsa pppd[4539]: Using interface ppp0
Jun 30 01:32:00 Calypsa pppd[4539]: Connect: ppp0 <--> /dev/ttyS0
Jun 30 01:32:10 Calypsa PPP BSD Compression module registered
Jun 30 01:32:10 Calypsa PPP Deflate Compression module registered
Jun 30 01:32:26 Calypsa pppd[6685]: Device ttyS0 is locked by pid 4539
Jun 30 01:32:28 Calypsa pppd[4539]: Could not determine remote IP address: defaulting to 10.64.64.64
Jun 30 01:32:28 Calypsa pppd[4539]: local  IP address 62.169.110.12
Jun 30 01:32:28 Calypsa pppd[4539]: remote IP address 10.64.64.64
Jun 30 01:32:28 Calypsa pppd[4539]: Connect time 0.0 minutes.
Jun 30 01:32:28 Calypsa pppd[4539]: Sent 0 bytes, received 0 bytes.
Jun 30 01:32:29 Calypsa pppd[4539]: Could not determine remote IP address: defaulting to 10.64.64.64
Jun 30 01:32:29 Calypsa pppd[4539]: local  IP address 62.169.110.12
Jun 30 01:32:29 Calypsa pppd[4539]: remote IP address 10.64.64.64
Jun 30 01:33:33 Calypsa APIC error on CPU0: 40(40)
Jun 30 01:33:33 Calypsa APIC error on CPU1: 40(40)
Jun 30 01:36:38 Calypsa APIC error on CPU1: 40(40)
Jun 30 01:36:38 Calypsa APIC error on CPU0: 40(40)
Jun 30 01:36:38 Calypsa pppd[4539]: Terminating on signal 15
Jun 30 01:36:38 Calypsa pppd[4539]: Connect time 4.2 minutes.
Jun 30 01:36:38 Calypsa pppd[4539]: Sent 10621 bytes, received 8381 bytes.
Jun 30 01:36:40 Calypsa pppd[4539]: Connection terminated.
Jun 30 01:36:41 Calypsa pppd[4539]: Exit.


The first thing I noticed, is that the script runs slowly (very stepped, not like the other laptop), after the chat times out, it connects (IP adress). But I was unable even to ping an external IP address at first, later I had ping with >5000ms, and it continues very slowly...

What is the problem with this APIC and APCI ? Can't I have them ? or they are badly configured.
Back to top
View user's profile Send private message
ruivilela
Apprentice
Apprentice


Joined: 05 Oct 2004
Posts: 236
Location: Łódź

PostPosted: Sat Jun 30, 2007 11:35 am    Post subject: Reply with quote

and now, someting related with /proc/interrupts:

CPU0 CPU1
0: 1515947 0 XT-PIC-XT timer
1: 3397 0 XT-PIC-XT i8042
2: 0 0 XT-PIC-XT cascade
8: 39 0 XT-PIC-XT rtc
9: 308 0 XT-PIC-XT acpi
10: 0 0 XT-PIC-XT uhci_hcd:usb5
11: 158322 0 XT-PIC-XT libata, yenta, ehci_hcd:usb1, uhci_hcd:usb2, uhci_hcd:usb3, uhci_hcd:usb4, HDA Intel, tifm_7xx1, eth0
12: 2596 0 XT-PIC-XT i8042
NMI: 4809 4773
LOC: 1515186 1515185
ERR: 124
MIS: 0

Is it normal that irq 11 shares libatat, yenta, and USB ? (along with the previous errors?)
Back to top
View user's profile Send private message
ruivilela
Apprentice
Apprentice


Joined: 05 Oct 2004
Posts: 236
Location: Łódź

PostPosted: Sat Jun 30, 2007 11:56 am    Post subject: Reply with quote

It's seems I found the solution :)

I added irqpoll to kernel option and removed noapic (no visible use), and know it works ok.

/proc/interrupts
Code:

           CPU0       CPU1       
  0:       3174     155741   IO-APIC-edge      timer
  1:        274          0   IO-APIC-edge      i8042
  8:         27          0   IO-APIC-edge      rtc
  9:         30          0   IO-APIC-fasteoi   acpi
 12:        927          0   IO-APIC-edge      i8042
 16:      24616          0   IO-APIC-fasteoi   uhci_hcd:usb5, nvidia
 18:          0          0   IO-APIC-fasteoi   uhci_hcd:usb4
 19:          2          0   IO-APIC-fasteoi   yenta, serial
 20:        267          0   IO-APIC-fasteoi   eth0
 21:      10987          0   IO-APIC-fasteoi   libata, uhci_hcd:usb3
 22:       7694          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb2, tifm_7xx1
 23:        188          0   IO-APIC-fasteoi   HDA Intel
NMI:          0          0
LOC:     157513     157488
ERR:          0
MIS:          0
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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