Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185114 - net-dialup/fcdsl doesn't work with 2.6.22
Summary: net-dialup/fcdsl doesn't work with 2.6.22
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: kernel-2.6.22
  Show dependency tree
 
Reported: 2007-07-12 21:53 UTC by André Malo
Modified: 2007-07-13 07:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
new patch for 2.6.22 (fcdsl-2.6.22.diff,15.98 KB, patch)
2007-07-12 21:55 UTC, André Malo
Details | Diff
patch for fcdsl-2.6.37.ebuild (h.diff,607 bytes, patch)
2007-07-12 21:56 UTC, André Malo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description André Malo 2007-07-12 21:53:22 UTC
net-dialup/fcdsl doesn't work with 2.6.22.

The kernel module can't be loaded because of an unresolved symbol (pci_module_init).

Reproducible: Always

Steps to Reproduce:
1. modprobe fcdsl

Actual Results:  
error loading module

Expected Results:  
no error :-)

I've adjusted the patch fcdsl-2.6.20.diff (created a new one for 2.6.22) and the ebuild accordingly. Files/Patches follow. The problem solution is analogous to Bug 184903.
The patch also removes an "incompatible pointer type" warning for request_irq.
Comment 1 André Malo 2007-07-12 21:55:18 UTC
Created attachment 124705 [details, diff]
new patch for 2.6.22
Comment 2 André Malo 2007-07-12 21:56:57 UTC
Created attachment 124706 [details, diff]
patch for fcdsl-2.6.37.ebuild
Comment 3 André Malo 2007-07-12 21:58:09 UTC
Testing note: The patches were tested with fcdsl on gentoo-sources-2.6.22.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2007-07-13 07:59:35 UTC
thanks, I added your patch.