04-15-2024 12:37 AM
Once I connected the console cable to the router and my system, I checked that the USB port was available in my system and accessible.
$ ls -l /dev/*USB* /dev/ttyUSB0 $ dmesg ... [22726.984409] usb 3-3: new full-speed USB device number 5 using xhci_hcd [22727.133473] usb 3-3: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00 [22727.133484] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [22727.133487] usb 3-3: Product: USB-Serial Controller [22727.133489] usb 3-3: Manufacturer: Prolific Technology Inc. [22727.173700] usbcore: registered new interface driver usbserial_generic [22727.173713] usbserial: USB Serial support registered for generic [22727.176639] usbcore: registered new interface driver pl2303 [22727.176657] usbserial: USB Serial support registered for pl2303 [22727.177713] usb 3-3: pl2303 converter now attached to ttyUSB0 ...
While running the below command, the terminal goes blank
$ screen /dev/ttyUSB0 9600
I need to access the router in the terminal.
04-15-2024 01:22 AM
if the drivers installed correctly and Cable is good.
I can see the drivers installed ok - worth checking :
lsusb | grep -i --color PL2303
ls -l /dev/ttyUSB*
you can try using sudo :
sudo screen /dev/ttyUSB0
04-16-2024 11:22 PM
Thanks for the response @balaji.bandi,
I even tried it with sudo as well as the direct root user. But still, I got the blank terminal.
04-15-2024 03:31 AM
Hello,
with the USB port connected, try a factory default reset and check what appears on your terminal. I think this is the procedure:
The Cisco AIR-CAP2602I-N-K9 access point can be restored to its factory default settings by following these steps:
1. **Power Off the Access Point**: Disconnect the power source from the access point.
2. **Press and Hold Reset Button**: Locate the reset button on the access point. It's usually recessed and may require a small tool like a paperclip to press. Press and hold the reset button.
3. **Power On the Access Point**: While continuing to hold the reset button, reconnect the power source to the access point.
4. **Hold Reset Button**: Keep holding the reset button until the LED lights on the access point start flashing. This usually takes about 10 to 30 seconds.
5. **Release Reset Button**: Once the LED lights start flashing, release the reset button.
6. **Wait for Reset**: Allow the access point to reboot and reset to its factory default settings. This process may take a few minutes.
After the access point has completed the reset process, it will be restored to its factory default settings, including the default configuration and default credentials (if any). You can then access the access point using the default settings, typically via a web interface or through the console port using a terminal emulator.
Remember that performing a factory reset will erase any custom configurations and settings on the access point, so make sure to back up any important configurations before proceeding.
04-16-2024 11:33 PM - edited 04-23-2024 10:32 PM
Thanks for the response @Georg Pauwen,
In my case am not aware of the access point of the router which was a dynamic setup, and also we are not able to do a factory reset as the factory reset button is not working (tried multiple times but the router is not resetting, seems reset button is not working) followed same as you have suggested to do a factory reset. For this reason, am looking to connect the router with the terminal.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide