[hcflinux] unresolved symbols hcfusbengine on ibook g4 kernel 2.6.7 debian

Linuxant support (Jonathan) support at linuxant.com
Mon Apr 4 11:26:02 EDT 2005


Hi,

the source of this problem is the following error message in your 'dmesg':

---
hcfusbosspec: Unknown symbol waitpid
---

Normally, this problem should be fixed with the version of the HCF USB 
driver package you are using. You could try this workaround to fix the 
problem by editing the file '/usr/lib/hcfusbmodem/modules/osservices.c' 
and change at line 678:

---
#ifndef __x86_64__
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 8))
static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
#endif
---

to

---
#ifndef __x86_64__
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 7))
static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
#endif
---

then re-compile the HCF USB driver modules with the 'hcfusbconfig -k' 
command in a root shell.

Alternatively, you could try with a newer kernel from 
http://www.kernel.otg to see if there is a difference.

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
support at linuxant.com


Anton Roeder wrote:
> Hello,
> 
> when trying to load the hcfusb-powerpc-drivers in debian on my ibook g4 
> with kernel 2.6.7 I get a lot of "unresolved symbol" errors.
> I have added the output of "hcfusbconfig --dumbdiag" below
> 
> Greetings,
> 
> Anton Roeder
> 
> _______________________________________________
> hcflinux mailing list
> hcflinux at lists.linuxant.com
> https://www.linuxant.com/mailman/listinfo/hcflinux


More information about the hcflinux mailing list