[Kernel-packages] [Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2018-06-12 Thread Steve Holton
Further information, including a solution for this issue, can be found in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717259 See also https://bugzilla.kernel.org/show_bug.cgi?id=198035 ** Bug watch added: Linux Kernel Bug Tracker #198035

[Kernel-packages] [Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-11-29 Thread Steve Holton
Potential Fix: In starfire.c at line 653, ioaddr is declared as a (signed) long: 653 long ioaddr; This should instead be declared as an unsigned long, as memory addresses cannot really be negative. 653 unsigned long ioaddr; This allows ioremap() to correctly remap the address in a

[Kernel-packages] [Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-20 Thread Steve Holton
Driver correctly initializes under v3.4-rc6-precise (3.4.0-030400) Driver fails to initialize under v3.4-rc6-precise-pae (3.4.0-030400) Driver fails to initialize under v3.4.1-quantal (3.4.1-030401) v3.4-rc6-precise/ From:

[Kernel-packages] [Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-20 Thread Steve Holton
Tested against v4.14-rc1 kernel, and the problem is evident. Also tested against: v3.4.112-precise/FAILED v3.4-precise/NEED TO TEST v3.3-precise/PASSED v3.2.93/ PASSED v3.2.79-precise/ PASSED v3.3-precise-pae/FAILED

[Kernel-packages] [Bug 1717259] UdevDb.txt

2017-09-14 Thread Steve Holton
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1717259/+attachment/4950186/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1717259] ProcModules.txt

2017-09-14 Thread Steve Holton
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1717259/+attachment/4950185/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-14 Thread Steve Holton
Status change by original submitter after apport-collect per bot request. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1717259] Lspci.txt

2017-09-14 Thread Steve Holton
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1717259/+attachment/4950181/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1717259

[Kernel-packages] [Bug 1717259] ProcInterrupts.txt

2017-09-14 Thread Steve Holton
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1717259/+attachment/4950184/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1717259] ProcCpuinfo.txt

2017-09-14 Thread Steve Holton
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1717259/+attachment/4950182/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1717259] ProcCpuinfoMinimal.txt

2017-09-14 Thread Steve Holton
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1717259/+attachment/4950183/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1717259] CurrentDmesg.txt

2017-09-14 Thread Steve Holton
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1717259/+attachment/4950180/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-14 Thread Steve Holton
apport information ** Tags added: apport-collected xenial ** Description changed: Re-opening https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473200 (expired) Adaptec ethernet adapter using starfire driver fails to initialize when recent kernels are used. This

[Kernel-packages] [Bug 1717259] [NEW] adaptec starfire fails to initializewith recent kernels

2017-09-14 Thread Steve Holton
Public bug reported: Re-opening https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473200 (expired) Adaptec ethernet adapter using starfire driver fails to initialize when recent kernels are used. This hardware/driver can be successfully initialized under a 3.2.0-126-generic kernel (from

[Kernel-packages] [Bug 1473200] ProcInterrupts.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431553/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] BootDmesg.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431547/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] ProcCpuinfo.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431552/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-20 Thread Steve Holton
apport information ** Description changed: Adaptec ethernet adapter using starfire driver fails to initialize when a pae-enabled kernel is used. Adapted initializes correctly with a non- pae kernel: From dmesg: [3.154813] FDC 0 is a National Semiconductor PC87306 [

[Kernel-packages] [Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-20 Thread Steve Holton
apport information ** Tags added: apport-collected precise ** Description changed: Adaptec ethernet adapter using starfire driver fails to initialize when a pae-enabled kernel is used. Adapted initializes correctly with a non- pae kernel: From dmesg: [3.154813] FDC 0 is a

[Kernel-packages] [Bug 1473200] ProcModules.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431554/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] CurrentDmesg.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431548/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] UdevLog.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431556/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] UdevDb.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431555/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1473200

[Kernel-packages] [Bug 1473200] Lspci.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431551/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1473200

[Kernel-packages] [Bug 1473200] IwConfig.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431550/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1476224] [NEW] apport-collect fails on headless server

2015-07-20 Thread Steve Holton
Public bug reported: Attempting to run command: apport-collect 1473200 on a headless Ubuntu server I received the following error: *** Collecting problem information The collected information can be sent to the developers to improve the application. This might take a few minutes. ...No

[Kernel-packages] [Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-20 Thread Steve Holton
No, I cannot. See: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1476224 ** Attachment added: Result of apport-collect 1473200 for system running non-pae kernel, successfully initializes starfire interface.

[Kernel-packages] [Bug 1473200] ProcCpuinfo.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431568/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] ProcModules.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431570/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] IwConfig.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431566/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] UdevLog.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431572/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] ProcInterrupts.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431569/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] UdevDb.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431571/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1473200

[Kernel-packages] [Bug 1473200] Lspci.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1473200/+attachment/4431567/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1473200

[Kernel-packages] [Bug 1476224] UdevDb.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1476224/+attachment/4431579/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1476224

[Kernel-packages] [Bug 1476224] Lspci.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1476224/+attachment/4431575/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1476224

[Kernel-packages] [Bug 1476224] UdevLog.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1476224/+attachment/4431580/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1476224] IwConfig.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1476224/+attachment/4431574/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1476224] ProcModules.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1476224/+attachment/4431578/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1476224] ProcCpuinfo.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1476224/+attachment/4431576/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1476224] Re: apport-collect fails on headless server

2015-07-20 Thread Steve Holton
apport information ** Tags added: apport-collected precise ** Description changed: Attempting to run command: apport-collect 1473200 on a headless Ubuntu server I received the following error: *** Collecting problem information The collected information can be sent to the

[Kernel-packages] [Bug 1476224] ProcInterrupts.txt

2015-07-20 Thread Steve Holton
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1476224/+attachment/4431577/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-10 Thread Steve Holton
** Attachment added: Result of apport-collect 1473200 from FAIL example system https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473200/+attachment/4427412/+files/apport.linux.rNV8Yv.apport -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-09 Thread Steve Holton
** Package changed: ubuntu = linux-meta (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta in Ubuntu. https://bugs.launchpad.net/bugs/1473200 Title: adaptec starfire fails to initialize with pae kernels Status in