Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115391 - net-dialup/gigaset-isdn-0.5.0 new ebuild
Summary: net-dialup/gigaset-isdn-0.5.0 new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 02:05 UTC by Bernd Wurst
Modified: 2005-12-20 11:59 UTC (History)
0 users

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


Attachments
gigaset-isdn-0.5.0.ebuild (gigaset-isdn-0.5.0.ebuild,2.00 KB, text/plain)
2005-12-13 02:08 UTC, Bernd Wurst
Details
gigaset-isdn-0.5.0.ebuild (gigaset-isdn-0.5.0.ebuild,2.02 KB, text/plain)
2005-12-13 02:11 UTC, Bernd Wurst
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Wurst 2005-12-13 02:05:39 UTC
The new version of this driver has a new build structure, is splitted into
driver- and frontend-package and therefore requires a new ebuild.

I created one, will attach this, that's working, but not very clean. Perhaps the
build of frontand and/or frontend libs should be configurable via USE-flag.

I compiled gigaset-isdn with my new ebuild but the kernel module does not work
(the old version did not even compile with my kernel version). dmesg says:

bas_gigaset: Unknown symbol gigaset_start
bas_gigaset: Unknown symbol gigaset_dbg_buffer
bas_gigaset: Unknown symbol gigaset_invtab
bas_gigaset: Unknown symbol gigaset_add_event
bas_gigaset: Unknown symbol gigaset_getunassignedcs
bas_gigaset: Unknown symbol gigaset_freecs
bas_gigaset: Unknown symbol gigaset_skb_sent
bas_gigaset: Unknown symbol gigaset_handle_modem_response
bas_gigaset: Unknown symbol gigaset_unassign
bas_gigaset: Unknown symbol gigaset_if_receive
bas_gigaset: Unknown symbol gigaset_initcs
bas_gigaset: Unknown symbol gigaset_blockdriver
bas_gigaset: Unknown symbol gigaset_initdriver
bas_gigaset: Unknown symbol gigaset_freedriver
bas_gigaset: Unknown symbol gigaset_stop
bas_gigaset: Unknown symbol gigaset_shutdown

when I try to insert the module.
Comment 1 Bernd Wurst 2005-12-13 02:08:50 UTC
Created attachment 74620 [details]
gigaset-isdn-0.5.0.ebuild

This ebuild compiles gigaset-isdn but the module cannot be inserted into kernel
(linux-2.6.14)
Comment 2 Bernd Wurst 2005-12-13 02:11:56 UTC
Created attachment 74621 [details]
gigaset-isdn-0.5.0.ebuild

Got it, there's a new module named "gigaset". I added it to the MODULES_LIST,
seems to work now!
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2005-12-20 11:59:48 UTC
version bumped. thanks for the tip!