Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Package creation from compiled module, how to do it ?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
giorgik
Posts: 29
Joined: 2017-05-01 18:32

Package creation from compiled module, how to do it ?

#1 Post by giorgik »

I downloaded a package to create the driver for my WiFi usb stick.
I compiled and loaded to the kernel with modprobe as root. Works well.
Now I would like to create a .deb so that I can install it with

Code: Select all

dpkg -r package.deb
, instead to recompile and install it. This happened to me today, because Debian 10 buster got ruined and I had to reinstall Debian again.
In doing so I also had to redo the procedure for compiling and loading the usb wifi key module. Can you explain me step by step how to do it ?

Post Reply