zypper in -t pattern devel_kernel, which extracted quite a few things, as well as
zypper install kernel-desktop-devel, which didn’t have anything new to unpack
Unfortunately when I went back to the directory of my driver and tried ‘make’ again, it gave the same error as above.
I’m hope the problem is quite obvious (I can certainly see the kernel #s don’t match), but as a complete beginner I still am not sure how to go about fixing this. Thanks again!
Some thoughts, what I would do. My first step would be to fire up yast (software installation), use the search function there and display whatever “kernel*” thingies I have installed. The “Version” tab would show me where they are from (what repository) and what other versions are available. I would up- or downgrade to make them all the same version (rather upgrade). While doing this I would make sure that I have only activated the oss, non-oss and update repository, giving me a consistent install.
gcc: error trying to exec ‘cc1’: execvp: No such file or directory
Sorry to say so, but your install really seems to be borked.
I tried re-installing every package that had ‘cpp’ in it, and that did nothing.
The first step in debugging a problem is always to understand what happens and/or what is going wrong. cc1 is the gcc precompiler. It is in package ‘cpp44’. This should provide the following file:
/usr/lib/gcc/i586-suse-linux/4.4/cc1
Your actual path may differ, because you have x86_64. Can you check that cc1 is there?
Praise you Akoellh!!! This is incredible!! I can’t believe that after all of this effort, that took care of everything in one click!! Thank you so much, I literally raised my laptop over my head in triump when the wireless started working.
As for the make, I think it is still broken, and I’m not sure when I’m going to need it again but it is not dire anymore. Checking in that file I couldn’t find cc1, and I’d gladly take recommendations as to how to fix it:
Thank you so much Vodoo for helping me with everything. If there is a convenient way to fix my gcc I’d appreciate it, but otherwise I’m a happy camper for the time being.