I’m having some trouble with installing my driver and getting my wireless to work. I’ve been attempting to follow these instructions but I am running into trouble when i try to “make” the driver source.
chevrm@linux-pn9l:~/Realtek/rtl8192se_linux_2.6.0010.1012.2009> make
make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
I have already run this:
sudo zypper install automake make linux-kernel-headers kernel-desktop-devel kernel-syms
Why am I running into this problem? I have installed GCC from YaST so I can’t figure this out.
PS: It very well be the makefile, so the driver I am attempting to use can be found here (the one for 2.6.x, obviously).
Thanks in advance guys.
Chev