Browsing articles from "July, 2007"
Jul
24
2007

BSNL Broadband Modem USB connection in RedHat 9.0

Huawei SmartAx MT882 is one of the ADSL modems BSNL provides with their broadband service. The modem/router comes with 2 options for interfacing an Ethernet RJ45 or a USB port. Connecting via an ethernet port isnt too much of a mess as long as the ethernet card is working fine with the OS under consideration. But for the USB connection a separate driver is needed which is provided in the accompanying CD. The windows USB [...]

Jul
24
2007

Windows on one hard disk, Fedora core on the other and GRUB nowhere

It was when I installed a new hard disk keeping along the existing one. So the new configuration was a 80GB + 40GB. I installed Windows on the first hard disk and Fedora Core 5.0 on the second one. And the simple problem that I faced , was that GRUB was simply not coming. And once again began the hunt for solutions. Asked many Linux experts and all of them asked for the grub.conf.But I [...]

Jul
14
2007

PHP 5.2.2 on Apache 2.2.4 on Windows XP

PHP 5.2.2 on Apache 2.2.4 on Windows XP So this was another issue that was bugging me. session_start() was not resuming session. After logging in through the login page when an attempt was made to open another page the session was lost. Interestingly Internet Explorer and Mozilla were facing this problem but Opera was working happily with logins remaining valid. It wasnt even possible to login to the administration page of joomla through Mozilla and [...]