Okay, so we have this humongous ERP server we call the "Monster", with a, well, not-so-esoteric network card. We were in the process of upgrading it to SLES 10 SP4, but we hit a snag since SP4 doesn't have the most recent driver.
So it was off to HP we go, to search for the latest driver, which was in the form of a kernel module package (KMP). Using Novell's reference as a guide, we built a driver update disk (DUD).
Build the KMP to a usable RPM.
Create a build directory and extract the module.
Create the staging tree.
Populate the tree.
Create post-update script to workaround a SuSE bug in processing multiple RPMs.
This assumes you have Android Debug Bridge (ADB) installed. This will pull all files from a directory in an Android phone. cd /path/to/destination/directory adb pull /path/to/source . As Julian says, "Easy-peasy, lemon squeezy." (I use this, by the way, since the Nexus 5 and OS X Mavericks refuse to work together in USB mode.)
Usually, you'll need root , like so: sudo /sbin/fdisk -l | grep -E "^Disk" But you can also use this: printf "%.1f GB\n" $(echo "`cat /sys/block/sd*/size` * 512 / 1000000000" | bc -l)
Comments
Post a Comment