免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3440 | 回复: 5
打印 上一主题 下一主题

[FreeBSD] picma cdma网卡,irq 中断冲突,如何解决? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-04 19:02 |只看该作者 |倒序浏览
我的系统是FB7.0,网卡:Vtion Vtion-V1806 Wireless
插上网卡可以发现网卡:
dmesg |grep sio
ioapic0 <Version 2.0> irqs 0-23 on motherboard
usb0: USB revision 1.0
usb1: USB revision 1.0
usb2: USB revision 1.0
usb3: USB revision 1.0
usb4: EHCI version 1.0
usb4: USB revision 2.0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
pcm0: <HDA Driver Revision: 20080420_0052>
sio4: <Vtion Vtion-V1806 Wireless> at port 0x2f8-0x2ff irq 18 function 0 config 13 on pccard0
sio4: type 16550A with a buggy IIR_TXRDY implementation
sio4: [FILTER]

启动发现如果插上USB mouse,会在启动时出现死机,如果不插上正常,
demsg |grep 18发现irq冲突,uhci2和cbb2都使用irq18
如下:
uhci2: <UHCI (generic) USB controller> port 0x1860-0x187f irq 18 at device 29.2 on pci0
cbb0: <PCI-CardBus Bridge> mem 0xd0006000-0xd0006fff irq 18 at device 9.0 on pci5
sio4: <Vtion Vtion-V1806 Wireless> at port 0x2f8-0x2ff irq 18 function 0 config 13 on pccard0



我的device.hints如下:
# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.16 2006/05/17 21:25:22 marius Exp $
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.fd.1.at="fdc0"
hint.fd.1.drive="1"
hint.ata.0.at="isa"
hint.ata.0.port="0x1F0"
hint.ata.0.irq="14"
hint.ata.1.at="isa"
hint.ata.1.port="0x170"
hint.ata.1.irq="15"
hint.adv.0.at="isa"
hint.adv.0.disabled="1"
hint.bt.0.at="isa"
hint.bt.0.disabled="1"
hint.aha.0.at="isa"
hint.aha.0.disabled="1"
hint.aic.0.at="isa"
hint.aic.0.disabled="1"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.sc.0.flags="0x100"
hint.vt.0.at="isa"
hint.vt.0.disabled="1"
hint.apm.0.disabled="1"
hint.apm.0.flags="0x20"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"
hint.sio.0.irq="4"
hint.sio.1.at="isa"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
hint.sio.2.at="isa"
hint.sio.2.disabled="1"
hint.sio.2.port="0x3E8"
hint.sio.2.irq="5"
hint.sio.3.at="isa"
hint.sio.3.disabled="1"
hint.sio.3.port="0x2E8"
hint.sio.3.irq="9"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
hint.ed.0.at="isa"
hint.ed.0.disabled="1"
hint.ed.0.port="0x280"
hint.ed.0.irq="10"
hint.ed.0.maddr="0xd8000"
hint.cs.0.at="isa"
hint.cs.0.disabled="1"
hint.cs.0.port="0x300"
hint.sn.0.at="isa"
hint.sn.0.disabled="1"
hint.sn.0.port="0x300"
hint.sn.0.irq="10"
hint.ie.0.at="isa"
hint.ie.0.disabled="1"
hint.ie.0.port="0x300"
hint.ie.0.irq="10"
hint.ie.0.maddr="0xd0000"
hint.fe.0.at="isa"
hint.fe.0.disabled="1"
hint.fe.0.port="0x300"
hint.le.0.at="isa"
hint.le.0.disabled="1"
hint.le.0.port="0x280"
hint.le.0.irq="10"
hint.le.0.drq="0"


之前发过一个帖一直没人回复:
Vtion(网讯)v1806 无线CDMA上网卡在FB 7.0使用问题!
http://bbs.chinaunix.net/viewthread.php?tid=1294494
我想知道如何解决这个问题?不堪感谢!

[ 本帖最后由 For.you 于 2008-12-4 19:18 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-12-06 18:15 |只看该作者
没有人清楚吗?在WIN下使用是正常的,当ivmstat可以看到irq18,被cbb0 uhci2+共同占用,有什么方法改下irq中断吗?
#ivmstat
interrupt                          total       rate
irq1: atkbd0                        2852          2
irq9: acpi0                         6087          4
irq12: psm0                           15          0
irq14: ata0                        42589         32
irq15: ata1                           58          0
irq16: uhci3                           2          0
irq18: cbb0 uhci2+                     2          0
irq22: pcm0                        60827         46
cpu0: timer                      2623210       1999
Total                            2735642       2085

[ 本帖最后由 For.you 于 2008-12-6 18:18 编辑 ]

论坛徽章:
0
3 [报告]
发表于 2008-12-07 13:58 |只看该作者
加一个hint.sio.3设置试试。或者修改BIOS里的IRQ分配。

论坛徽章:
0
4 [报告]
发表于 2008-12-07 14:56 |只看该作者
你说的是device.hints里加入hint.sio.4?之前试过,不行啊,加入后,cbb0还是使用irq 18,我这本本bios很简单,里面没有设置irq的

论坛徽章:
0
5 [报告]
发表于 2008-12-08 18:46 |只看该作者
不知道有没有别的办法了

论坛徽章:
0
6 [报告]
发表于 2008-12-18 21:28 |只看该作者
顶一下,寻求帮助!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP